Skip to content

Commit 1344986

Browse files
ywang96lengrongfu
authored andcommitted
[CI] Set max transformers version for Ultravox model test (vllm-project#16149)
Signed-off-by: Roger Wang <ywang@roblox.com>
1 parent 32003b3 commit 1344986

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/models/registry.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,8 @@ def check_available_online(
329329
min_transformers_version="4.49"), # noqa: E501
330330
"SkyworkR1VChatModel": _HfExamplesInfo("Skywork/Skywork-R1V-38B"),
331331
"UltravoxModel": _HfExamplesInfo("fixie-ai/ultravox-v0_5-llama-3_2-1b", # noqa: E501
332-
trust_remote_code=True),
332+
trust_remote_code=True,
333+
max_transformers_version="4.50"),
333334
# [Encoder-decoder]
334335
# Florence-2 uses BartFastTokenizer which can't be loaded from AutoTokenizer
335336
# Therefore, we borrow the BartTokenizer from the original Bart model

0 commit comments

Comments
 (0)