Update README.md (#4)
Browse files- Update README.md (efdaa9a4505a3bc594071bfb7a633ed73cba5a00)
Co-authored-by: Alex <[email protected]>
README.md
CHANGED
|
@@ -115,7 +115,7 @@ To work with our models just run these lines in your terminal:
|
|
| 115 |
|
| 116 |
```shell
|
| 117 |
pip install thestage
|
| 118 |
-
pip install 'thestage-elastic-models[nvidia]'
|
| 119 |
pip install flash_attn==2.7.3 --no-build-isolation
|
| 120 |
pip uninstall apex
|
| 121 |
```
|
|
|
|
| 115 |
|
| 116 |
```shell
|
| 117 |
pip install thestage
|
| 118 |
+
pip install 'thestage-elastic-models[nvidia]' --extra-index-url https://thestage.jfrog.io/artifactory/api/pypi/pypi-thestage-ai-production/simple
|
| 119 |
pip install flash_attn==2.7.3 --no-build-isolation
|
| 120 |
pip uninstall apex
|
| 121 |
```
|