Update build actions

This commit is contained in:
turboderp
2025-02-08 03:08:45 +01:00
parent 096076b3fd
commit f98a7b7099

View File

@@ -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