bratpidd commited on
Commit
181aa21
·
verified ·
1 Parent(s): c3b82c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -221,13 +221,13 @@ To work with our elastic models and compilation tools, you'll need to install `e
221
 
222
  ```shell
223
  pip install thestage
224
- pip install 'thestage-elastic-models[nvidia]'
225
  pip install tensorrt==10.11.0.33
226
  pip install flash-attn==2.7.3 --no-build-isolation
227
  pip uninstall apex
228
 
229
  # or for blackwell support
230
- pip install 'thestage-elastic-models[blackwell]'
231
  pip install torch==2.7.0+cu128 torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128
232
  # please download the appropriate version of Wheels for your system from https://github.com/Zarrac/flashattention-blackwell-wheels-whl-ONLY-5090-5080-5070-5060-flash-attention-/releases/tag/FlashAttention
233
  mv flash_attn-2.7.4.post1-rtx5090-torch2.7.0cu128cxx11abiTRUE-cp311-linux_x86_64.whl flash_attn-2.7.4.post1-0rtx5090torch270cu128cxx11abiTRUE-cp311-cp311-linux_x86_64.whl
 
221
 
222
  ```shell
223
  pip install thestage
224
+ pip install 'thestage-elastic-models[nvidia]' --extra-index-url https://thestage.jfrog.io/artifactory/api/pypi/pypi-thestage-ai-production/simple
225
  pip install tensorrt==10.11.0.33
226
  pip install flash-attn==2.7.3 --no-build-isolation
227
  pip uninstall apex
228
 
229
  # or for blackwell support
230
+ pip install 'thestage-elastic-models[blackwell]' --extra-index-url https://thestage.jfrog.io/artifactory/api/pypi/pypi-thestage-ai-production/simple
231
  pip install torch==2.7.0+cu128 torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128
232
  # please download the appropriate version of Wheels for your system from https://github.com/Zarrac/flashattention-blackwell-wheels-whl-ONLY-5090-5080-5070-5060-flash-attention-/releases/tag/FlashAttention
233
  mv flash_attn-2.7.4.post1-rtx5090-torch2.7.0cu128cxx11abiTRUE-cp311-linux_x86_64.whl flash_attn-2.7.4.post1-0rtx5090torch270cu128cxx11abiTRUE-cp311-cp311-linux_x86_64.whl