We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc0f877 commit bb8dab8Copy full SHA for bb8dab8
tests/models/registry.py
@@ -329,7 +329,8 @@ def check_available_online(
329
min_transformers_version="4.49"), # noqa: E501
330
"SkyworkR1VChatModel": _HfExamplesInfo("Skywork/Skywork-R1V-38B"),
331
"UltravoxModel": _HfExamplesInfo("fixie-ai/ultravox-v0_5-llama-3_2-1b", # noqa: E501
332
- trust_remote_code=True),
+ trust_remote_code=True,
333
+ max_transformers_version="4.50"),
334
# [Encoder-decoder]
335
# Florence-2 uses BartFastTokenizer which can't be loaded from AutoTokenizer
336
# Therefore, we borrow the BartTokenizer from the original Bart model
0 commit comments