"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "3649d7b903b244939e684c072e756204c5f23224"
Unverified Commit 087daee2 authored by Sayak Paul's avatar Sayak Paul Committed by GitHub
Browse files

add: peft to the benchmark workflow (#6989)

parent 7e164d98
...@@ -32,7 +32,7 @@ jobs: ...@@ -32,7 +32,7 @@ jobs:
run: | run: |
apt-get update && apt-get install libsndfile1-dev libgl1 -y apt-get update && apt-get install libsndfile1-dev libgl1 -y
python -m pip install -e .[quality,test] python -m pip install -e .[quality,test]
python -m pip install pandas python -m pip install pandas peft
- name: Environment - name: Environment
run: | run: |
python utils/print_env.py python utils/print_env.py
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment