Unverified Commit c862481c authored by Andreas Karatzas's avatar Andreas Karatzas Committed by GitHub
Browse files

[CI] Skip ISAAC multimodal tests due to broken upstream HF model weights (#37781)


Signed-off-by: default avatarAndreas Karatzas <akaratza@amd.com>
parent c86b17cf
......@@ -545,8 +545,12 @@ VLM_TEST_SETTINGS = {
auto_cls=AutoModelForImageTextToText,
),
"isaac": VLMTestInfo(
# NOTE: PerceptronAI/Isaac-0.1 removed because the upstream HF
# repo has a stale model.safetensors.index.json that references
# shard files which no longer exist (consolidated into a single
# model.safetensors on 2026-03-20). Re-add once upstream fixes
# the index file.
models=[
"PerceptronAI/Isaac-0.1",
"PerceptronAI/Isaac-0.2-2B-Preview",
],
test_type=(VLMTestType.IMAGE, VLMTestType.MULTI_IMAGE),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment