File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113
113
# --- Install dependencies
114
114
115
115
uv pip install torch==${{ matrix.torch }} --index-url="https://download.pytorch.org/whl/rocm$ROCM_VERSION"
116
- uv pip install --upgrade build setuptools==69.5.1 wheel packaging ninja safetensors sentencepiece tokenizers numpy
116
+ uv pip install --upgrade build setuptools==69.5.1 wheel packaging ninja safetensors tokenizers numpy
117
117
118
118
# --- Build wheel
119
119
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ jobs:
204
204
# --- Install dependencies
205
205
206
206
uv pip install torch==${{ matrix.torch }} --index-url="https://download.pytorch.org/whl/rocm$ROCM_VERSION"
207
- uv pip install --upgrade build setuptools==69.5.1 wheel packaging ninja safetensors sentencepiece tokenizers numpy
207
+ uv pip install --upgrade build setuptools==69.5.1 wheel packaging ninja safetensors tokenizers numpy
208
208
209
209
# --- Build wheel
210
210
@@ -379,7 +379,7 @@ jobs:
379
379
$pytorchIndexUrl = "https://download.pytorch.org/whl/cu$cudaVersionPytorch"
380
380
381
381
uv pip install torch==${{ matrix.torch }} --index-url $pytorchIndexUrl
382
- uv pip install --upgrade build setuptools==69.5.1 wheel packaging ninja safetensors sentencepiece tokenizers numpy
382
+ uv pip install --upgrade build setuptools==69.5.1 wheel packaging ninja safetensors tokenizers numpy
383
383
384
384
- name : Build for CUDA
385
385
if : matrix.cuda != ''
@@ -405,7 +405,7 @@ jobs:
405
405
# --- Install dependencies
406
406
407
407
uv pip install torch==${{ matrix.torch }} --index-url https://download.pytorch.org/whl/cpu
408
- uv pip install --upgrade build setuptools==69.5.1 wheel packaging ninja safetensors sentencepiece tokenizers numpy
408
+ uv pip install --upgrade build setuptools==69.5.1 wheel packaging ninja safetensors tokenizers numpy
409
409
410
410
# --- Build wheel
411
411
You can’t perform that action at this time.
0 commit comments