Skip to content

Commit

Permalink
pip3
Browse files Browse the repository at this point in the history
  • Loading branch information
turboderp committed Jan 22, 2024
1 parent 6eb1443 commit c319655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
if ([version]$env:CUDAVER -lt [version]'11.8.0') {$torchver = "torch==2.0.1"} else {$torchver = "torch==2.1.0"}
python -m pip install $torchver --index-url https://download.pytorch.org/whl/cu$cudaVersionPytorch
python -m pip3 install --upgrade setuptools==65.5.1
python -m pip3 install --upgrade build wheel safetensors sentencepiece ninja
python -m pip install --upgrade setuptools==65.5.1
python -m pip install --upgrade build wheel safetensors sentencepiece ninja
- name: Build Wheel
id: build-wheel
Expand Down

0 comments on commit c319655

Please sign in to comment.