hinairo commited on
Commit
e7740f1
·
verified ·
1 Parent(s): fe35506

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

Browse files

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

Files changed (1) hide show
  1. README.md +1 -5
README.md CHANGED
@@ -112,11 +112,7 @@ To work with our elastic models and compilation tools, you\'ll need to install `
112
 
113
  ```shell
114
  pip install thestage
115
- pip install elastic_models[nvidia]\
116
- --index-url https://thestage.jfrog.io/artifactory/api/pypi/pypi-thestage-ai-production/simple\
117
- --extra-index-url https://pypi.nvidia.com\
118
- --extra-index-url https://pypi.org/simple
119
-
120
  pip install flash-attn==2.7.3 --no-build-isolation
121
  pip uninstall apex
122
  ```
 
112
 
113
  ```shell
114
  pip install thestage
115
+ pip install 'thestage-elastic-models[nvidia]'
 
 
 
 
116
  pip install flash-attn==2.7.3 --no-build-isolation
117
  pip uninstall apex
118
  ```