Skip to content

Commit

Permalink
Update build-wheels-rocm.yml
Browse files Browse the repository at this point in the history
Trying to use latest working version of Torch
  • Loading branch information
turboderp authored Oct 5, 2023
1 parent 5d163ca commit 9d6fdb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels-rocm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Install Dependencies
run: |
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"
pip3 install build wheel safetensors sentencepiece ninja
- name: Build Wheel
Expand Down

0 comments on commit 9d6fdb9

Please sign in to comment.