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 6eb1443 commit c319655Copy full SHA for c319655
.github/workflows/build-wheels-release.yml
@@ -74,8 +74,8 @@ jobs:
74
if ([version]$env:CUDAVER -lt [version]'11.8.0') {$torchver = "torch==2.0.1"} else {$torchver = "torch==2.1.0"}
75
python -m pip install $torchver --index-url https://download.pytorch.org/whl/cu$cudaVersionPytorch
76
77
- python -m pip3 install --upgrade setuptools==65.5.1
78
- 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
79
80
- name: Build Wheel
81
id: build-wheel
0 commit comments