Update README.md
Browse files
README.md
CHANGED
@@ -156,11 +156,11 @@ pip install elastic_models[blackwell]\
|
|
156 |
--index-url https://thestage.jfrog.io/artifactory/api/pypi/pypi-thestage-ai-production/simple\
|
157 |
--extra-index-url https://pypi.nvidia.com\
|
158 |
--extra-index-url https://pypi.org/simple
|
|
|
|
|
159 |
|
160 |
pip install flash_attn==2.7.3 --no-build-isolation
|
161 |
pip uninstall apex
|
162 |
-
pip install -U --pre torch --index-url https://download.pytorch.org/whl/nightly/cu128
|
163 |
-
pip install -U --pre torchvision --index-url https://download.pytorch.org/whl/nightly/cu128
|
164 |
pip install tensorrt==10.11.0.33 opencv-python==4.11.0.86 imageio-ffmpeg==0.6.0
|
165 |
```
|
166 |
|
|
|
156 |
--index-url https://thestage.jfrog.io/artifactory/api/pypi/pypi-thestage-ai-production/simple\
|
157 |
--extra-index-url https://pypi.nvidia.com\
|
158 |
--extra-index-url https://pypi.org/simple
|
159 |
+
pip install -U --pre torch --index-url https://download.pytorch.org/whl/nightly/cu128
|
160 |
+
pip install -U --pre torchvision --index-url https://download.pytorch.org/whl/nightly/cu128
|
161 |
|
162 |
pip install flash_attn==2.7.3 --no-build-isolation
|
163 |
pip uninstall apex
|
|
|
|
|
164 |
pip install tensorrt==10.11.0.33 opencv-python==4.11.0.86 imageio-ffmpeg==0.6.0
|
165 |
```
|
166 |
|