mirror of
https://github.com/turboderp-org/exllamav2.git
synced 2026-03-15 00:07:26 +00:00
Actions: Remove sentencepiece from other workflows
Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
6
.github/workflows/build-wheels-release.yml
vendored
6
.github/workflows/build-wheels-release.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user