README.md: use PyPI for installation instead of JFrog (#2)
Browse files- README.md: use PyPI for installation instead of JFrog (296e57bc8202ff78710cedcc9ade074b1ba13256)
README.md
CHANGED
|
@@ -115,11 +115,7 @@ To work with our models just run these lines in your terminal:
|
|
| 115 |
|
| 116 |
```shell
|
| 117 |
pip install thestage
|
| 118 |
-
pip install
|
| 119 |
-
--index-url https://thestage.jfrog.io/artifactory/api/pypi/pypi-thestage-ai-production/simple\
|
| 120 |
-
--extra-index-url https://pypi.nvidia.com\
|
| 121 |
-
--extra-index-url https://pypi.org/simple
|
| 122 |
-
|
| 123 |
pip install flash_attn==2.7.3 --no-build-isolation
|
| 124 |
pip uninstall apex
|
| 125 |
```
|
|
|
|
| 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 |
```
|