Skip to content

Commit 8e7138b

Browse files
committed
update
1 parent 081db07 commit 8e7138b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pr_tests_gpu.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
- "src/diffusers/models/model_loading_utils.py"
99
- "src/diffusers/pipelines/pipeline_utils.py"
1010
- "src/diffusers/pipeline_loading_utils.py"
11+
- "src/diffusers/loaders/lora_base.py"
12+
- "src/diffusers/loaders/lora_pipeline.py"
13+
- "src/diffusers/loaders/peft.py"
14+
- "src/diffusers/loaders/ip_adapter.py"
1115
workflow_dispatch:
1216
env:
1317
DIFFUSERS_IS_CI: yes
@@ -133,6 +137,7 @@ jobs:
133137
python -m uv pip install -e [quality,test]
134138
python -m uv pip install peft@git+https://github.com/huggingface/peft.git
135139
pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git
140+
pip uninstall transformers -y && python -m uv pip install -U transformers@git+https://github.com/huggingface/transformers.git --no-deps
136141
137142
- name: Environment
138143
run: |

0 commit comments

Comments
 (0)