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 0da0d8d commit c34e9aeCopy full SHA for c34e9ae
tests/models/registry.py
@@ -281,7 +281,7 @@ def check_available_online(
281
extras={"v2": "google/paligemma2-3b-ft-docci-448"}), # noqa: E501
282
"Phi3VForCausalLM": _HfExamplesInfo("microsoft/Phi-3-vision-128k-instruct",
283
trust_remote_code=True,
284
- extras={"phi3.5": "microsoft/Phi-3.5-vision-instruct"}), # noqa: E501),
+ extras={"phi3.5": "microsoft/Phi-3.5-vision-instruct"}), # noqa: E501
285
"Phi4MMForCausalLM": _HfExamplesInfo("microsoft/Phi-4-multimodal-instruct",
286
trust_remote_code=True),
287
"PixtralForConditionalGeneration": _HfExamplesInfo("mistralai/Pixtral-12B-2409", # noqa: E501
0 commit comments