We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e16096 commit bba31f1Copy full SHA for bba31f1
tests/models/language/generation/test_hybrid.py
@@ -25,7 +25,10 @@
25
26
HYBRID_MODELS = [
27
"ai21labs/Jamba-tiny-dev",
28
- "ibm-granite/granite-4.0-tiny-preview",
+ # 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",
32
# NOTE: Running Plamo2 in transformers implementation requires to install
33
# causal-conv1d package, which is not listed as a test dependency as it's
34
# not compatible with pip-compile.
0 commit comments