feature/issac 0.2 (#31550)

Signed-off-by: Roger Wang <hey@rogerw.io>
Co-authored-by: Roger Wang <hey@rogerw.io>
This commit is contained in:
Akshat Shrivastava
2026-01-09 19:18:05 -08:00
committed by GitHub
parent ea6d067a2a
commit e45946bd91
4 changed files with 43 additions and 3 deletions

View File

@@ -526,7 +526,10 @@ VLM_TEST_SETTINGS = {
auto_cls=AutoModelForImageTextToText,
),
"isaac": VLMTestInfo(
models=["PerceptronAI/Isaac-0.1"],
models=[
"PerceptronAI/Isaac-0.1",
"PerceptronAI/Isaac-0.2-2B-Preview",
],
test_type=(VLMTestType.IMAGE, VLMTestType.MULTI_IMAGE),
prompt_formatter=lambda img_prompt: (
f"<|im_start|>User\n{img_prompt}<|im_end|>\n<|im_start|>assistant\n"