File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152
152
153
153
python3 -m ensurepip --upgrade
154
154
pip3 install torch==${{ matrix.torch }} --index-url="https://download.pytorch.org/whl/rocm$ROCM_VERSION"
155
- pip3 install --upgrade setuptools>=70.0.0 build wheel safetensors sentencepiece ninja
155
+ pip3 install --upgrade setuptools==69.5.1 build wheel safetensors sentencepiece ninja
156
156
pip3 cache purge
157
157
158
158
# --- Build wheel
@@ -200,7 +200,7 @@ jobs:
200
200
201
201
python -m ensurepip --upgrade
202
202
python -m pip install torch==${{ matrix.torch }} --index-url https://download.pytorch.org/whl/cu$cudaVersionPytorch
203
- python -m pip install --upgrade setuptools>=70.0.0 build wheel safetensors sentencepiece ninja
203
+ python -m pip install --upgrade setuptools==69.5.1 build wheel safetensors sentencepiece ninja
204
204
205
205
# --- Build wheel
206
206
You can’t perform that action at this time.
0 commit comments