Skip to content

Commit 087daee

Browse files
authored
add: peft to the benchmark workflow (#6989)
1 parent 7e164d9 commit 087daee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
apt-get update && apt-get install libsndfile1-dev libgl1 -y
3434
python -m pip install -e .[quality,test]
35-
python -m pip install pandas
35+
python -m pip install pandas peft
3636
- name: Environment
3737
run: |
3838
python utils/print_env.py

0 commit comments

Comments
 (0)