Ilba bratpidd commited on
Commit
32a0c88
·
verified ·
1 Parent(s): 211d37c

Update README.md (#9)

Browse files

- Update README.md (8a061faaf9a25964968eab04785f656b1aa24404)


Co-authored-by: Alex <[email protected]>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -123,7 +123,7 @@ To work with our models just run these lines in your terminal:
123
 
124
  ```shell
125
  pip install thestage
126
- pip install 'thestage-elastic-models[nvidia]'
127
  pip install flash_attn==2.7.3 --no-build-isolation
128
  pip uninstall apex
129
  ```
 
123
 
124
  ```shell
125
  pip install thestage
126
+ pip install 'thestage-elastic-models[nvidia]' --extra-index-url https://thestage.jfrog.io/artifactory/api/pypi/pypi-thestage-ai-production/simple
127
  pip install flash_attn==2.7.3 --no-build-isolation
128
  pip uninstall apex
129
  ```