Update README.md
#15
by
hypothetical
- opened
README.md
CHANGED
@@ -78,6 +78,12 @@ pip install elastic_models[nvidia]\
|
|
78 |
--extra-index-url https://pypi.nvidia.com\
|
79 |
--extra-index-url https://pypi.org/simple
|
80 |
|
|
|
|
|
|
|
|
|
|
|
|
|
81 |
pip install flash_attn==2.7.3 --no-build-isolation
|
82 |
pip uninstall apex
|
83 |
```
|
|
|
78 |
--extra-index-url https://pypi.nvidia.com\
|
79 |
--extra-index-url https://pypi.org/simple
|
80 |
|
81 |
+
# or for blackwell support
|
82 |
+
pip install elastic_models[blackwell]\
|
83 |
+
--index-url https://thestage.jfrog.io/artifactory/api/pypi/pypi-thestage-ai-production/simple\
|
84 |
+
--extra-index-url https://pypi.nvidia.com\
|
85 |
+
--extra-index-url https://pypi.org/simple
|
86 |
+
|
87 |
pip install flash_attn==2.7.3 --no-build-isolation
|
88 |
pip uninstall apex
|
89 |
```
|