Update README.md (#3)
Browse files- Update README.md (8447466aca6d553ad28c307248f85d55996661bb)
Co-authored-by: Alex <bratpidd@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -146,10 +146,10 @@ To work with our models just run these lines in your terminal:
|
|
| 146 |
|
| 147 |
```shell
|
| 148 |
pip install thestage
|
| 149 |
-
pip install 'thestage-elastic-models[nvidia]'
|
| 150 |
|
| 151 |
# or for blackwell support
|
| 152 |
-
pip install 'thestage-elastic-models[blackwell]'
|
| 153 |
pip install -U --pre torch --index-url https://download.pytorch.org/whl/nightly/cu128
|
| 154 |
pip install -U --pre torchvision --index-url https://download.pytorch.org/whl/nightly/cu128
|
| 155 |
|
|
|
|
| 146 |
|
| 147 |
```shell
|
| 148 |
pip install thestage
|
| 149 |
+
pip install 'thestage-elastic-models[nvidia]' --extra-index-url https://thestage.jfrog.io/artifactory/api/pypi/pypi-thestage-ai-production/simple
|
| 150 |
|
| 151 |
# or for blackwell support
|
| 152 |
+
pip install 'thestage-elastic-models[blackwell]' --extra-index-url https://thestage.jfrog.io/artifactory/api/pypi/pypi-thestage-ai-production/simple
|
| 153 |
pip install -U --pre torch --index-url https://download.pytorch.org/whl/nightly/cu128
|
| 154 |
pip install -U --pre torchvision --index-url https://download.pytorch.org/whl/nightly/cu128
|
| 155 |
|