We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d163ca commit 9d6fdb9Copy full SHA for 9d6fdb9
.github/workflows/build-wheels-rocm.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Install Dependencies
48
run: |
49
- pip3 install torch\<=2.1.0 --pre --index-url="https://download.pytorch.org/whl/rocm$ROCM_VERSION" --extra-index-url="https://download.pytorch.org/whl/nightly/rocm$ROCM_VERSION"
+ pip3 install torch==2.1.0.dev20230903 --pre --index-url="https://download.pytorch.org/whl/rocm$ROCM_VERSION" --extra-index-url="https://download.pytorch.org/whl/nightly/rocm$ROCM_VERSION"
50
pip3 install build wheel safetensors sentencepiece ninja
51
52
- name: Build Wheel
0 commit comments