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 f853e09 commit f582792Copy full SHA for f582792
.github/workflows/tests.yml
@@ -129,7 +129,7 @@ jobs:
129
uv pip install -U git+https://github.com/huggingface/accelerate.git
130
uv pip install -U git+https://github.com/huggingface/datasets.git
131
uv pip install -U git+https://github.com/huggingface/transformers.git
132
-
+ uv pip install -U git+https://github.com/huggingface/peft.git
133
134
- name: Test with pytest
135
run: |
0 commit comments