Skip to content

Commit ca9ed5e

Browse files
authored
[LoRA] deprecate certain lora methods from the old backend. (#6889)
* deprecate certain lora methods from the old backend. * uncomment necessary things. * safe remove old lora backend 👋
1 parent 98b6bee commit ca9ed5e

File tree

5 files changed

+108
-2577
lines changed

5 files changed

+108
-2577
lines changed

.github/workflows/pr_tests.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ jobs:
3434
runner: docker-cpu
3535
image: diffusers/diffusers-pytorch-cpu
3636
report: torch_cpu_models_schedulers
37-
- name: LoRA
38-
framework: lora
39-
runner: docker-cpu
40-
image: diffusers/diffusers-pytorch-cpu
41-
report: torch_cpu_lora
4237
- name: Fast Flax CPU tests
4338
framework: flax
4439
runner: docker-cpu
@@ -94,14 +89,6 @@ jobs:
9489
--make-reports=tests_${{ matrix.config.report }} \
9590
tests/models tests/schedulers tests/others
9691
97-
- name: Run fast PyTorch LoRA CPU tests
98-
if: ${{ matrix.config.framework == 'lora' }}
99-
run: |
100-
python -m pytest -n 2 --max-worker-restart=0 --dist=loadfile \
101-
-s -v -k "not Flax and not Onnx and not Dependency" \
102-
--make-reports=tests_${{ matrix.config.report }} \
103-
tests/lora
104-
10592
- name: Run fast Flax TPU tests
10693
if: ${{ matrix.config.framework == 'flax' }}
10794
run: |

0 commit comments

Comments
 (0)