@@ -122,13 +122,11 @@ jobs:
122
122
# - { artname: 'wheel', os: ubuntu-20.04, pyver: '3.10', cuda: '', rocm: '6.0', torch: '2.3.1', cudaarch: '' }
123
123
# - { artname: 'wheel', os: ubuntu-20.04, pyver: '3.11', cuda: '', rocm: '6.0', torch: '2.3.1', cudaarch: '' }
124
124
# - { 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: '' }
126
125
127
126
# ROCm 6.1
128
127
# - { artname: 'wheel', os: ubuntu-20.04, pyver: '3.10', cuda: '', rocm: '6.1', torch: '2.4.0', cudaarch: '' }
129
128
# - { artname: 'wheel', os: ubuntu-20.04, pyver: '3.11', cuda: '', rocm: '6.1', torch: '2.4.0', cudaarch: '' }
130
129
# - { 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: '' }
132
130
133
131
# sdist
134
132
# - { artname: 'sdist', os: ubuntu-20.04, pyver: '3.11', cuda: '', rocm: '', torch: '2.3.1', cudaarch: '' }
@@ -216,7 +214,7 @@ jobs:
216
214
217
215
python3 -m ensurepip --upgrade
218
216
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
220
218
pip3 cache purge
221
219
222
220
# --- Build wheel
0 commit comments