README.md: use PyPI for installation instead of JFrog (#3)
Browse files- README.md: use PyPI for installation instead of JFrog (f7b9e21ddf38235aca9e225093c1cc8928184f86)
README.md
CHANGED
|
@@ -121,11 +121,7 @@ To work with our models just run these lines in your terminal:
|
|
| 121 |
|
| 122 |
```shell
|
| 123 |
pip install thestage
|
| 124 |
-
pip install
|
| 125 |
-
--index-url https://thestage.jfrog.io/artifactory/api/pypi/pypi-thestage-ai-production/simple\
|
| 126 |
-
--extra-index-url https://pypi.nvidia.com\
|
| 127 |
-
--extra-index-url https://pypi.org/simple
|
| 128 |
-
|
| 129 |
pip install flash_attn==2.7.3 --no-build-isolation
|
| 130 |
pip uninstall apex
|
| 131 |
```
|
|
|
|
| 121 |
|
| 122 |
```shell
|
| 123 |
pip install thestage
|
| 124 |
+
pip install 'thestage-elastic-models[nvidia]'
|
|
|
|
|
|
|
|
|
|
|
|
|
| 125 |
pip install flash_attn==2.7.3 --no-build-isolation
|
| 126 |
pip uninstall apex
|
| 127 |
```
|