mirror of
https://github.com/turboderp-org/exllamav2.git
synced 2026-04-28 18:21:36 +00:00
Update build actions
This commit is contained in:
4
.github/workflows/build-wheels-release.yml
vendored
4
.github/workflows/build-wheels-release.yml
vendored
@@ -122,13 +122,11 @@ jobs:
|
||||
# - { artname: 'wheel', os: ubuntu-20.04, pyver: '3.10', cuda: '', rocm: '6.0', torch: '2.3.1', cudaarch: '' }
|
||||
# - { artname: 'wheel', os: ubuntu-20.04, pyver: '3.11', cuda: '', rocm: '6.0', torch: '2.3.1', cudaarch: '' }
|
||||
# - { artname: 'wheel', os: ubuntu-20.04, pyver: '3.12', cuda: '', rocm: '6.0', torch: '2.3.1', cudaarch: '' }
|
||||
- { artname: 'wheel', os: ubuntu-20.04, pyver: '3.13', cuda: '', rocm: '6.0', torch: '2.3.1', cudaarch: '' }
|
||||
|
||||
# ROCm 6.1
|
||||
# - { artname: 'wheel', os: ubuntu-20.04, pyver: '3.10', cuda: '', rocm: '6.1', torch: '2.4.0', cudaarch: '' }
|
||||
# - { artname: 'wheel', os: ubuntu-20.04, pyver: '3.11', cuda: '', rocm: '6.1', torch: '2.4.0', cudaarch: '' }
|
||||
# - { artname: 'wheel', os: ubuntu-20.04, pyver: '3.12', cuda: '', rocm: '6.1', torch: '2.4.0', cudaarch: '' }
|
||||
- { artname: 'wheel', os: ubuntu-20.04, pyver: '3.13', cuda: '', rocm: '6.1', torch: '2.4.0', cudaarch: '' }
|
||||
|
||||
# sdist
|
||||
# - { artname: 'sdist', os: ubuntu-20.04, pyver: '3.11', cuda: '', rocm: '', torch: '2.3.1', cudaarch: '' }
|
||||
@@ -216,7 +214,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==69.5.1 build wheel safetensors sentencepiece ninja
|
||||
pip3 install --upgrade setuptools==69.5.1 build wheel safetensors sentencepiece ninja numpy
|
||||
pip3 cache purge
|
||||
|
||||
# --- Build wheel
|
||||
|
||||
Reference in New Issue
Block a user