mirror of
https://github.com/turboderp-org/exllamav3.git
synced 2026-04-20 14:29:51 +00:00
Actions: remove sentencepiece, attempt to fix CUDA toolkit dep
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -142,7 +142,7 @@ jobs:
|
||||
|
||||
# TODO: Find specific sub-packages
|
||||
- name: Install Linux CUDA ${{ matrix.cuda }}
|
||||
uses: Jimver/cuda-toolkit@v0.2.23
|
||||
uses: Jimver/cuda-toolkit@v0.2.24
|
||||
id: cuda-toolkit-Linux
|
||||
with:
|
||||
cuda: "${{ matrix.cuda }}"
|
||||
@@ -161,7 +161,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 != ''
|
||||
@@ -187,7 +187,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