We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b5f162 commit dad511aCopy full SHA for dad511a
.github/workflows/build_wheels_release_python312test.yml
@@ -143,6 +143,7 @@ jobs:
143
144
# --- Install dependencies
145
146
+ python3 -m ensurepip --upgrade
147
pip3 install torch==${{ matrix.torch }} --index-url="https://download.pytorch.org/whl/rocm$ROCM_VERSION"
148
pip3 install --upgrade build wheel safetensors sentencepiece ninja
149
pip3 install --upgrade setuptools==65.5.0
@@ -188,6 +189,7 @@ jobs:
188
189
190
191
192
+ python -m ensurepip --upgrade
193
python -m pip install torch==${{ matrix.torch }} --index-url https://download.pytorch.org/whl/cu$cudaVersionPytorch
194
python -m pip install --upgrade setuptools==65.5.1
195
python -m pip install --upgrade build wheel safetensors sentencepiece ninja
0 commit comments