We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e87813c commit 2e1eb5bCopy full SHA for 2e1eb5b
1 file changed
.github/workflows/_unit_test_coverage.yml
@@ -239,6 +239,9 @@ jobs:
239
else
240
echo "Warning: tests/plugins directory not found, skipping setup.py install"
241
fi
242
+ python -m pip cache remove transformers
243
+ python -m pip cache remove paddleformers
244
+ python -m pip cache remove fastdeploy-gpu
245
python -m pip install paddleformers[paddlefleet]==1.1.0.dev20260507 --extra-index-url https://www.paddlepaddle.org.cn/packages/stable/cu126/ --extra-index-url https://www.paddlepaddle.org.cn/packages/nightly/cu126/
246
python -m pip uninstall paddlepaddle-gpu -y || true
247
python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
0 commit comments