Skip to content

Commit 5301343

Browse files
committed
don't install peft from the source with uv for now. (#7679)
1 parent a761390 commit 5301343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_test_peft_backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
9393
python -m uv pip install -e [quality,test]
9494
if [ "${{ matrix.lib-versions }}" == "main" ]; then
95-
python -m uv pip install -U peft@git+https://github.com/huggingface/peft.git
95+
python -m pip install -U peft@git+https://github.com/huggingface/peft.git
9696
python -m uv pip install -U transformers@git+https://github.com/huggingface/transformers.git
9797
python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git
9898
else

0 commit comments

Comments
 (0)