We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a761390 commit 5301343Copy full SHA for 5301343
.github/workflows/pr_test_peft_backend.yml
@@ -92,7 +92,7 @@ jobs:
92
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
93
python -m uv pip install -e [quality,test]
94
if [ "${{ matrix.lib-versions }}" == "main" ]; then
95
- python -m uv pip install -U peft@git+https://github.com/huggingface/peft.git
+ python -m pip install -U peft@git+https://github.com/huggingface/peft.git
96
python -m uv pip install -U transformers@git+https://github.com/huggingface/transformers.git
97
python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git
98
else
0 commit comments