README.md: use PyPI for installation instead of JFrog (#7)
Browse files- README.md: use PyPI for installation instead of JFrog (e48066ae012d0541910f814516a6acaa8706b2da)
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
|
| 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
|
| 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 |
|