Update README.md
Browse files
README.md
CHANGED
|
@@ -43,6 +43,7 @@ language:
|
|
| 43 |
|
| 44 |
### Installation
|
| 45 |
```bash
|
|
|
|
| 46 |
pip install git+https://github.com/TIGER-AI-Lab/Mantis.git
|
| 47 |
```
|
| 48 |
|
|
|
|
| 43 |
|
| 44 |
### Installation
|
| 45 |
```bash
|
| 46 |
+
# This only installs minimum packages (torch, transformers, accelerate) for inference, no redundant packages are installed.
|
| 47 |
pip install git+https://github.com/TIGER-AI-Lab/Mantis.git
|
| 48 |
```
|
| 49 |
|