We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3ad0f commit 397f205Copy full SHA for 397f205
1 file changed
.github/workflows/models448.yml
@@ -49,7 +49,7 @@ jobs:
49
fi
50
51
- name: Install peft==0.17.1
52
- run: pip install peft==0.17.1
+ run: pip install peft==0.17.1 backoff
53
54
- name: Install requirements
55
run: python -m pip install -r requirements.txt
0 commit comments