Ilba bratpidd commited on
Commit
90f9da9
·
verified ·
1 Parent(s): 8592052

Update README.md (#9)

Browse files

- Update README.md (2d941f35a9981c746fd22720f2c873adcfec49a3)


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

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -77,10 +77,10 @@ To work with our models just run these lines in your terminal:
77
 
78
  ```shell
79
  pip install thestage
80
- pip install 'thestage-elastic-models[nvidia]'
81
 
82
  # or for blackwell support
83
- pip install 'thestage-elastic-models[blackwell]'
84
  pip install -U --pre torch --index-url https://download.pytorch.org/whl/nightly/cu128
85
  pip install -U --pre torchvision --index-url https://download.pytorch.org/whl/nightly/cu128
86
 
 
77
 
78
  ```shell
79
  pip install thestage
80
+ pip install 'thestage-elastic-models[nvidia]' --extra-index-url https://thestage.jfrog.io/artifactory/api/pypi/pypi-thestage-ai-production/simple
81
 
82
  # or for blackwell support
83
+ pip install 'thestage-elastic-models[blackwell]' --extra-index-url https://thestage.jfrog.io/artifactory/api/pypi/pypi-thestage-ai-production/simple
84
  pip install -U --pre torch --index-url https://download.pytorch.org/whl/nightly/cu128
85
  pip install -U --pre torchvision --index-url https://download.pytorch.org/whl/nightly/cu128
86