hinairo commited on
Commit
77d21d7
·
verified ·
1 Parent(s): ee7eb12

README.md: use PyPI for installation instead of JFrog (#1)

Browse files

- README.md: use PyPI for installation instead of JFrog (03551a578b3b954fede2e9afd7551bb7f696388a)

Files changed (1) hide show
  1. README.md +1 -5
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 elastic_models[nvidia]\
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
  ```