Skip to content

Commit bba31f1

Browse files
committed
Rebasing to latest and disabling a test failing due to HF transformers issue.
Signed-off-by: Stanislaw Wozniak <[email protected]>
1 parent 3e16096 commit bba31f1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/models/language/generation/test_hybrid.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@
2525

2626
HYBRID_MODELS = [
2727
"ai21labs/Jamba-tiny-dev",
28-
"ibm-granite/granite-4.0-tiny-preview",
28+
# NOTE: Currently the test failes due to HF transformers issue fixed in:
29+
# https://github.com/huggingface/transformers/pull/39033
30+
# We will enable vLLM test for Granite after next HF transformers release.
31+
# "ibm-granite/granite-4.0-tiny-preview",
2932
# NOTE: Running Plamo2 in transformers implementation requires to install
3033
# causal-conv1d package, which is not listed as a test dependency as it's
3134
# not compatible with pip-compile.

0 commit comments

Comments
 (0)