We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f98a7b7 commit f1c4126Copy full SHA for f1c4126
.github/workflows/build-wheels-release.yml
@@ -263,7 +263,7 @@ jobs:
263
264
python -m ensurepip --upgrade
265
python -m pip install torch==${{ matrix.torch }} --index-url https://download.pytorch.org/whl/cu$cudaVersionPytorch
266
- python -m pip install --upgrade setuptools==69.5.1 build wheel safetensors sentencepiece ninja
+ python -m pip install --upgrade setuptools==69.5.1 build wheel safetensors sentencepiece ninja numpy
267
268
# --- Build wheel
269
0 commit comments