Skip to content

Commit 08f7ee7

Browse files
lucaslievideodanchik
authored andcommitted
[https://nvbugs/5747878][fix] unwaive llama4 scout tests (NVIDIA#10468)
Signed-off-by: Lucas Liebenwein <11156568+lucaslie@users.noreply.github.com> Signed-off-by: Daniil Kulko <kulkodaniil@gmail.com>
1 parent 334ec47 commit 08f7ee7

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

tests/integration/test_lists/waives.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -403,8 +403,6 @@ examples/test_phi.py::test_llm_phi_quantization_1gpu[phi-2-fp8-bfloat16] SKIP (h
403403
test_e2e.py::test_trtllm_bench_llmapi_launch[pytorch_backend-llama-v3-llama3-8b] SKIP (https://nvbugs/5744432)
404404
test_e2e.py::test_trtllm_serve_multimodal_example SKIP (https://nvbugs/5747920)
405405
test_e2e.py::test_trtllm_serve_example SKIP (https://nvbugs/5747938)
406-
unittest/_torch/auto_deploy/unit/singlegpu/test_ad_build_small_single.py::test_build_ad[meta-llama/Llama-4-Scout-17B-16E-Instruct-llm_extra_args8] SKIP (https://nvbugs/5747878)
407-
unittest/_torch/auto_deploy/unit/singlegpu/test_ad_build_small_single.py::test_build_ad[meta-llama/Llama-4-Scout-17B-16E-Instruct-llm_extra_args9] SKIP (https://nvbugs/5747878)
408406
triton_server/test_triton.py::test_opt[opt] SKIP (https://nvbugs/5739981)
409407
unittest/llmapi/test_llm_pytorch.py::test_tinyllama_logits_processor[False] SKIP (https://nvbugs/5771838)
410408
unittest/llmapi/test_llm_pytorch.py::test_tinyllama_logits_processor[True] SKIP (https://nvbugs/5771838)
@@ -415,7 +413,6 @@ accuracy/test_cli_flow.py::TestPhi3Mini128kInstruct::test_auto_dtype SKIP (https
415413
accuracy/test_cli_flow.py::TestPhi3Small8kInstruct::test_auto_dtype SKIP (https://nvbugs/5744293)
416414
accuracy/test_cli_flow.py::TestPhi3Small128kInstruct::test_auto_dtype SKIP (https://nvbugs/5744293)
417415
accuracy/test_cli_flow.py::TestPhi3_5MiniInstruct::test_auto_dtype SKIP (https://nvbugs/5744293)
418-
unittest/_torch/auto_deploy/unit/singlegpu/models/test_llama4_vlm_patch.py::test_build_run_llama4_vlm SKIP (https://nvbugs/5747878)
419416
accuracy/test_llm_api_pytorch.py::TestDeepSeekV3Lite::test_nvfp4_4gpus_online_eplb[fp8kv=True-moe_backend=TRTLLM] SKIP (https://nvbugs/5740377)
420417
cpp/test_multi_gpu.py::TestDisagg::test_symmetric_executor[gpt-2proc-mpi_kvcache-90] SKIP (https://nvbugs/5755941)
421418
examples/test_bert.py::test_llm_bert_general[compare_hf-enable_remove_input_padding-use_attention_plugin-enable_context_fmha-tp:1-pp:1-float16-BertForQuestionAnswering-bert/bert-base-cased-squad2] SKIP (https://nvbugs/5608979)

tests/unittest/_torch/auto_deploy/_utils_test/_model_test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ def apply_rotary_pos_emb_ds(q, k, cos, sin, position_ids, unsqueeze_dim=1):
393393
},
394394
},
395395
"meta-llama/Llama-4-Scout-17B-16E-Instruct": {
396-
"llm_models_subdir": "Llama-4-Scout-17B-16E-Instruct",
396+
"llm_models_subdir": "llama4-models/Llama-4-Scout-17B-16E-Instruct",
397397
"model_factory": "AutoModelForImageTextToText",
398398
"model_kwargs": {
399399
"text_config": {

0 commit comments

Comments
 (0)