File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -562,12 +562,11 @@ jobs:
562
562
uv pip install dist/*.whl -i http://${{ needs.check-vm.outputs.ip }}/simple/ --trusted-host ${{ needs.check-vm.outputs.ip }} --extra-index-url https://pypi.org/simple
563
563
564
564
if [ "${{ matrix.test_script }}" == "test_transformers" ]; then
565
- echo "===== install peft from git ====="
566
- uv pip install -U git+https://github.com/huggingface/peft.git -i http://${{ needs.check-vm.outputs.ip }}/simple/ --trusted-host ${{ needs.check-vm.outputs.ip }}
567
565
echo "===== install optimum from git ====="
568
566
uv pip install -U git+https://github.com/huggingface/optimum.git -i http://${{ needs.check-vm.outputs.ip }}/simple/ --trusted-host ${{ needs.check-vm.outputs.ip }}
569
567
echo "===== install transformers from git ====="
570
568
uv pip install -U git+https://github.com/huggingface/transformers.git -i http://${{ needs.check-vm.outputs.ip }}/simple/ --trusted-host ${{ needs.check-vm.outputs.ip }}
569
+ uv pip install torch==2.5.1 # fix optimum will install torch 2.6.0
571
570
fi
572
571
573
572
if [[ "${{ matrix.test_script }}" == "test_sglang" ]]; then
You can’t perform that action at this time.
0 commit comments