Update README.md
Browse files
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 |
```
|