hypothetical commited on
Commit
c539248
·
verified ·
1 Parent(s): 93900c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
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
  ```