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