Skip to content

Commit 60267cc

Browse files
author
andy-neuma
committed
remove duplicate entries
1 parent 9d18b50 commit 60267cc

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

tests/models/decoder_only/vision_language/test_models.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -318,21 +318,6 @@
318318
use_tokenizer_eos=True,
319319
patch_hf_runner=model_utils.internvl_patch_hf_runner,
320320
),
321-
"llama4": VLMTestInfo(
322-
models=["meta-llama/Llama-4-Scout-17B-16E-Instruct"],
323-
prompt_formatter=lambda img_prompt: f"<|begin_of_text|><|header_start|>user<|header_end|>\n\n{img_prompt}<|eot|><|header_start|>assistant<|header_end|>\n\n", # noqa: E501
324-
img_idx_to_prompt=lambda _: "<|image|>",
325-
test_type=(VLMTestType.IMAGE, VLMTestType.MULTI_IMAGE),
326-
distributed_executor_backend="mp",
327-
image_size_factors=[(.25, 0.5, 1.0)],
328-
hf_model_kwargs={"device_map": "auto"},
329-
max_model_len=8192,
330-
max_num_seqs=4,
331-
dtype="bfloat16",
332-
auto_cls=AutoModelForImageTextToText,
333-
tensor_parallel_size=4,
334-
marks=multi_gpu_marks(num_gpus=4),
335-
),
336321
"llava_next": VLMTestInfo(
337322
models=["llava-hf/llava-v1.6-mistral-7b-hf"],
338323
test_type=(VLMTestType.IMAGE, VLMTestType.CUSTOM_INPUTS),

tests/models/registry.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,6 @@ def check_available_online(
361361
tokenizer="facebook/bart-base",
362362
trust_remote_code=True), # noqa: E501
363363
"MllamaForConditionalGeneration": _HfExamplesInfo("meta-llama/Llama-3.2-11B-Vision-Instruct"), # noqa: E501
364-
"Llama4ForConditionalGeneration": _HfExamplesInfo("meta-llama/Llama-4-Scout-17B-16E-Instruct"), # noqa: E501
365364
"WhisperForConditionalGeneration": _HfExamplesInfo("openai/whisper-large-v3"), # noqa: E501
366365
}
367366

0 commit comments

Comments
 (0)