@@ -122,13 +122,11 @@ jobs:
122122# - { artname: 'wheel', os: ubuntu-20.04, pyver: '3.10', cuda: '', rocm: '6.0', torch: '2.3.1', cudaarch: '' }
123123# - { artname: 'wheel', os: ubuntu-20.04, pyver: '3.11', cuda: '', rocm: '6.0', torch: '2.3.1', cudaarch: '' }
124124# - { artname: 'wheel', os: ubuntu-20.04, pyver: '3.12', cuda: '', rocm: '6.0', torch: '2.3.1', cudaarch: '' }
125- - { artname: 'wheel', os: ubuntu-20.04, pyver: '3.13', cuda: '', rocm: '6.0', torch: '2.3.1', cudaarch: '' }
126125
127126 # ROCm 6.1
128127# - { artname: 'wheel', os: ubuntu-20.04, pyver: '3.10', cuda: '', rocm: '6.1', torch: '2.4.0', cudaarch: '' }
129128# - { artname: 'wheel', os: ubuntu-20.04, pyver: '3.11', cuda: '', rocm: '6.1', torch: '2.4.0', cudaarch: '' }
130129# - { artname: 'wheel', os: ubuntu-20.04, pyver: '3.12', cuda: '', rocm: '6.1', torch: '2.4.0', cudaarch: '' }
131- - { artname: 'wheel', os: ubuntu-20.04, pyver: '3.13', cuda: '', rocm: '6.1', torch: '2.4.0', cudaarch: '' }
132130
133131 # sdist
134132# - { artname: 'sdist', os: ubuntu-20.04, pyver: '3.11', cuda: '', rocm: '', torch: '2.3.1', cudaarch: '' }
@@ -216,7 +214,7 @@ jobs:
216214
217215 python3 -m ensurepip --upgrade
218216 pip3 install torch==${{ matrix.torch }} --index-url="https://download.pytorch.org/whl/rocm$ROCM_VERSION"
219- pip3 install --upgrade setuptools==69.5.1 build wheel safetensors sentencepiece ninja
217+ pip3 install --upgrade setuptools==69.5.1 build wheel safetensors sentencepiece ninja numpy
220218 pip3 cache purge
221219
222220 # --- Build wheel
0 commit comments