Skip to content

Commit 95ede00

Browse files
committed
Clarifying comments
Signed-off-by: Stanislaw Wozniak <[email protected]>
1 parent 6c8e664 commit 95ede00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/models/language/generation/test_granitemoehybrid.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
]
1111

1212

13-
@pytest.mark.skip(reason="HF model is in the HF main yet")
13+
@pytest.mark.skip(
14+
reason="Granite 4.0 is not yet available in huggingface transformers")
1415
@pytest.mark.parametrize("model", MODELS)
1516
@pytest.mark.parametrize("dtype", ["float16", "bfloat16"])
1617
@pytest.mark.parametrize("max_tokens", [64])

0 commit comments

Comments
 (0)