mirror of
https://github.com/turboderp-org/exllamav2.git
synced 2026-04-20 06:19:00 +00:00
Merge branch 'refs/heads/master' into dev
This commit is contained in:
4
.github/workflows/build-wheels-release.yml
vendored
4
.github/workflows/build-wheels-release.yml
vendored
@@ -152,7 +152,7 @@ jobs:
|
||||
|
||||
python3 -m ensurepip --upgrade
|
||||
pip3 install torch==${{ matrix.torch }} --index-url="https://download.pytorch.org/whl/rocm$ROCM_VERSION"
|
||||
pip3 install --upgrade setuptools>=70.0.0 build wheel safetensors sentencepiece ninja
|
||||
pip3 install --upgrade setuptools==69.5.1 build wheel safetensors sentencepiece ninja
|
||||
pip3 cache purge
|
||||
|
||||
# --- Build wheel
|
||||
@@ -200,7 +200,7 @@ jobs:
|
||||
|
||||
python -m ensurepip --upgrade
|
||||
python -m pip install torch==${{ matrix.torch }} --index-url https://download.pytorch.org/whl/cu$cudaVersionPytorch
|
||||
python -m pip install --upgrade setuptools>=70.0.0 build wheel safetensors sentencepiece ninja
|
||||
python -m pip install --upgrade setuptools==69.5.1 build wheel safetensors sentencepiece ninja
|
||||
|
||||
# --- Build wheel
|
||||
|
||||
|
||||
Reference in New Issue
Block a user