Skip to content

Commit

Permalink
Update build_wheels_release_python312test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
turboderp authored Jun 6, 2024
1 parent 5b5f162 commit dad511a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_wheels_release_python312test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ jobs:
# --- Install dependencies
python3 -m ensurepip --upgrade
pip3 install torch==${{ matrix.torch }} --index-url="https://download.pytorch.org/whl/rocm$ROCM_VERSION"
pip3 install --upgrade build wheel safetensors sentencepiece ninja
pip3 install --upgrade setuptools==65.5.0
Expand Down Expand Up @@ -188,6 +189,7 @@ jobs:
# --- Install dependencies
python -m ensurepip --upgrade
python -m pip install torch==${{ matrix.torch }} --index-url https://download.pytorch.org/whl/cu$cudaVersionPytorch
python -m pip install --upgrade setuptools==65.5.1
python -m pip install --upgrade build wheel safetensors sentencepiece ninja
Expand Down

0 comments on commit dad511a

Please sign in to comment.