hinairo commited on
Commit
e48066a
·
verified ·
1 Parent(s): f7baf62

README.md: use PyPI for installation instead of JFrog

Browse files
Files changed (1) hide show
  1. README.md +2 -8
README.md CHANGED
@@ -77,16 +77,10 @@ To work with our models just run these lines in your terminal:
77
 
78
  ```shell
79
  pip install thestage
80
- pip install elastic_models[nvidia]\
81
- --index-url https://thestage.jfrog.io/artifactory/api/pypi/pypi-thestage-ai-production/simple\
82
- --extra-index-url https://pypi.nvidia.com\
83
- --extra-index-url https://pypi.org/simple
84
 
85
  # or for blackwell support
86
- pip install elastic_models[blackwell]\
87
- --index-url https://thestage.jfrog.io/artifactory/api/pypi/pypi-thestage-ai-production/simple\
88
- --extra-index-url https://pypi.nvidia.com\
89
- --extra-index-url https://pypi.org/simple
90
  pip install -U --pre torch --index-url https://download.pytorch.org/whl/nightly/cu128
91
  pip install -U --pre torchvision --index-url https://download.pytorch.org/whl/nightly/cu128
92
 
 
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