Skip to content

Commit 6a2d831

Browse files
committed
Actions: Remove sentencepiece from other workflows
Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>
1 parent 586bfc6 commit 6a2d831

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)