File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Benchmarking tests
33on :
44 workflow_dispatch :
55 schedule :
6- - cron : " 30 1 1,15 * *" # every 2 weeks on the 1st and the 15th of every month at 1:30 AM
6+ - cron : " 0 0 * * *" # every day at midnight
77
88env :
99 DIFFUSERS_IS_CI : yes
3737 run : |
3838 python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
3939 python -m uv pip install -e [quality,test]
40- python -m uv pip install pandas peft torchprofile
41- # Temporary.
42- pip install --force-reinstall https://github.com/bitsandbytes-foundation/bitsandbytes/releases/download/continuous-release_main/bitsandbytes-1.33.7.preview-py3-none-manylinux_2_24_x86_64.whl
40+ python -m uv pip install -r benchmarks/requirements.txt
4341 - name : Environment
4442 run : |
4543 python utils/print_env.py
Original file line number Diff line number Diff line change 1+ pandas
2+ peft
3+ torchprofile
4+ bitsandbytes
You can’t perform that action at this time.
0 commit comments