Update README.md (#16)
Browse files- Update README.md (e9c8c4af0f94827d466c4394ed97db689584f99c)
Co-authored-by: Alex <[email protected]>
README.md
CHANGED
|
@@ -124,7 +124,7 @@ To work with our models just run these lines in your terminal:
|
|
| 124 |
|
| 125 |
```shell
|
| 126 |
pip install thestage
|
| 127 |
-
pip install 'thestage-elastic-models[nvidia]'
|
| 128 |
pip install flash_attn==2.7.3 --no-build-isolation
|
| 129 |
pip uninstall apex
|
| 130 |
```
|
|
|
|
| 124 |
|
| 125 |
```shell
|
| 126 |
pip install thestage
|
| 127 |
+
pip install 'thestage-elastic-models[nvidia]' --extra-index-url https://thestage.jfrog.io/artifactory/api/pypi/pypi-thestage-ai-production/simple
|
| 128 |
pip install flash_attn==2.7.3 --no-build-isolation
|
| 129 |
pip uninstall apex
|
| 130 |
```
|