Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
188 changes: 0 additions & 188 deletions tests/lora/test_lora_layers_ideogram4.py

This file was deleted.

10 changes: 10 additions & 0 deletions tests/pipelines/ideogram4/test_pipeline_ideogram4.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
from ...testing_utils import assert_tensors_close, torch_device
from ..testing_utils import (
BasePipelineTesterConfig,
LoraMemoryTesterMixin,
LoraTesterMixin,
MemoryTesterMixin,
PipelineTesterMixin,
)
Expand Down Expand Up @@ -338,3 +340,11 @@ def test_sequential_offload_forward_pass_twice(self, expected_max_diff=2e-4):
)
def test_group_offloading_inference(self):
pass


class TestIdeogram4PipelineLoRA(Ideogram4PipelineTesterConfig, LoraTesterMixin):
"""LoRA tests for the Ideogram4 pipeline."""


class TestIdeogram4PipelineLoRAMemory(Ideogram4PipelineTesterConfig, LoraMemoryTesterMixin):
"""LoRA offloading tests for the Ideogram4 pipeline."""
Loading