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:
113113 # --- Install dependencies
114114
115115 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
117117
118118 # --- Build wheel
119119
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ jobs:
204204 # --- Install dependencies
205205
206206 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
208208
209209 # --- Build wheel
210210
@@ -379,7 +379,7 @@ jobs:
379379 $pytorchIndexUrl = "https://download.pytorch.org/whl/cu$cudaVersionPytorch"
380380
381381 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
383383
384384 - name : Build for CUDA
385385 if : matrix.cuda != ''
@@ -405,7 +405,7 @@ jobs:
405405 # --- Install dependencies
406406
407407 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
409409
410410 # --- Build wheel
411411
You can’t perform that action at this time.
0 commit comments