Skip to content

Commit c319655

Browse files
committed
pip3
1 parent 6eb1443 commit c319655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-wheels-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
if ([version]$env:CUDAVER -lt [version]'11.8.0') {$torchver = "torch==2.0.1"} else {$torchver = "torch==2.1.0"}
7575
python -m pip install $torchver --index-url https://download.pytorch.org/whl/cu$cudaVersionPytorch
7676
77-
python -m pip3 install --upgrade setuptools==65.5.1
78-
python -m pip3 install --upgrade build wheel safetensors sentencepiece ninja
77+
python -m pip install --upgrade setuptools==65.5.1
78+
python -m pip install --upgrade build wheel safetensors sentencepiece ninja
7979
8080
- name: Build Wheel
8181
id: build-wheel

0 commit comments

Comments
 (0)