DongfuJiang
commited on
Commit
•
c69f981
1
Parent(s):
eaa921e
Update README.md
Browse files
README.md
CHANGED
@@ -45,6 +45,7 @@ metrics:
|
|
45 |
|
46 |
### Installation
|
47 |
```bash
|
|
|
48 |
pip install git+https://github.com/TIGER-AI-Lab/Mantis.git
|
49 |
```
|
50 |
|
|
|
45 |
|
46 |
### Installation
|
47 |
```bash
|
48 |
+
# This only installs minimum packages (torch, transformers, accelerate) for inference, no redundant packages are installed.
|
49 |
pip install git+https://github.com/TIGER-AI-Lab/Mantis.git
|
50 |
```
|
51 |
|