README.md: use PyPI for installation instead of JFrog (#14)
Browse files- README.md: use PyPI for installation instead of JFrog (b8b100d06ebc73c7e7c92de8bc53fa16754515c9)
README.md
CHANGED
@@ -124,11 +124,7 @@ To work with our models just run these lines in your terminal:
|
|
124 |
|
125 |
```shell
|
126 |
pip install thestage
|
127 |
-
pip install
|
128 |
-
--index-url https://thestage.jfrog.io/artifactory/api/pypi/pypi-thestage-ai-production/simple\
|
129 |
-
--extra-index-url https://pypi.nvidia.com\
|
130 |
-
--extra-index-url https://pypi.org/simple
|
131 |
-
|
132 |
pip install flash_attn==2.7.3 --no-build-isolation
|
133 |
pip uninstall apex
|
134 |
```
|
|
|
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 |
```
|