Skip to content

Commit 1122cad

Browse files
committed
separate requirements and make it nightly.
1 parent 1b0de9b commit 1122cad

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Benchmarking tests
33
on:
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

88
env:
99
DIFFUSERS_IS_CI: yes
@@ -37,9 +37,7 @@ jobs:
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

benchmarks/requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pandas
2+
peft
3+
torchprofile
4+
bitsandbytes

0 commit comments

Comments
 (0)