Skip to content

Commit c98f144

Browse files
added unit test
1 parent a9b064b commit c98f144

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/registered/models/test_generation_models.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ class ModelCase:
115115
"LiquidAI/LFM2.5-1.2B-Instruct",
116116
trust_remote_code=True,
117117
),
118+
ModelCase(
119+
"ibm-granite/granite-4.0-h-micro",
120+
trust_remote_code=True,
121+
),
118122
]
119123

120124
MAMBA_MODEL_PATHS = [

0 commit comments

Comments
 (0)