Skip to content

Commit ab8dccf

Browse files
authored
tests: add opt fixture for distillation config checks. (#570)
1 parent 9659199 commit ab8dccf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/fixtures.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,4 +212,5 @@ def get_autoregressive_text_to_image_model(model_id: str) -> tuple[Any, SmashCon
212212
"qwen_moe_tiny_random": partial(
213213
get_automodel_transformers, "yujiepan/qwen1.5-moe-tiny-random", torch_dtype=torch.bfloat16
214214
),
215+
"opt_125m": partial(get_automodel_transformers, "facebook/opt-125m", torch_dtype=torch.bfloat16),
215216
}

0 commit comments

Comments
 (0)