Actions: Remove sentencepiece from other workflows

Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>
This commit is contained in:
kingbri
2025-07-13 18:11:53 -04:00
parent 586bfc6744
commit 6a2d831140
2 changed files with 4 additions and 4 deletions

View File

@@ -113,7 +113,7 @@ jobs:
# --- Install dependencies
uv pip install torch==${{ matrix.torch }} --index-url="https://download.pytorch.org/whl/rocm$ROCM_VERSION"
uv pip install --upgrade build setuptools==69.5.1 wheel packaging ninja safetensors sentencepiece tokenizers numpy
uv pip install --upgrade build setuptools==69.5.1 wheel packaging ninja safetensors tokenizers numpy
# --- Build wheel

View File

@@ -204,7 +204,7 @@ jobs:
# --- Install dependencies
uv pip install torch==${{ matrix.torch }} --index-url="https://download.pytorch.org/whl/rocm$ROCM_VERSION"
uv pip install --upgrade build setuptools==69.5.1 wheel packaging ninja safetensors sentencepiece tokenizers numpy
uv pip install --upgrade build setuptools==69.5.1 wheel packaging ninja safetensors tokenizers numpy
# --- Build wheel
@@ -379,7 +379,7 @@ jobs:
$pytorchIndexUrl = "https://download.pytorch.org/whl/cu$cudaVersionPytorch"
uv pip install torch==${{ matrix.torch }} --index-url $pytorchIndexUrl
uv pip install --upgrade build setuptools==69.5.1 wheel packaging ninja safetensors sentencepiece tokenizers numpy
uv pip install --upgrade build setuptools==69.5.1 wheel packaging ninja safetensors tokenizers numpy
- name: Build for CUDA
if: matrix.cuda != ''
@@ -405,7 +405,7 @@ jobs:
# --- Install dependencies
uv pip install torch==${{ matrix.torch }} --index-url https://download.pytorch.org/whl/cpu
uv pip install --upgrade build setuptools==69.5.1 wheel packaging ninja safetensors sentencepiece tokenizers numpy
uv pip install --upgrade build setuptools==69.5.1 wheel packaging ninja safetensors tokenizers numpy
# --- Build wheel