Update README.md (#6)
Browse files- Update README.md (c5392485fd305a6626173932fc50f6e21f79c8b2)
README.md
CHANGED
|
@@ -82,6 +82,12 @@ pip install elastic_models[nvidia]\
|
|
| 82 |
--extra-index-url https://pypi.nvidia.com\
|
| 83 |
--extra-index-url https://pypi.org/simple
|
| 84 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 85 |
pip install flash_attn==2.7.3 --no-build-isolation
|
| 86 |
pip uninstall apex
|
| 87 |
```
|
|
|
|
| 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 |
+
|
| 91 |
pip install flash_attn==2.7.3 --no-build-isolation
|
| 92 |
pip uninstall apex
|
| 93 |
```
|