diff --git a/tests/integration/defs/examples/test_llama.py b/tests/integration/defs/examples/test_llama.py index 73dea7f669..487409775d 100644 --- a/tests/integration/defs/examples/test_llama.py +++ b/tests/integration/defs/examples/test_llama.py @@ -4827,6 +4827,6 @@ def test_llm_llama_lookahead_single_gpu_summary(llama_example_root, tensorrt_llm_rouge1_threshold=15, dataset_dir=llm_datasets_root, rouge_dir=llm_rouge_root, - lookahead_config=[7, 7, 7]) + lookahead_config='[7, 7, 7]') venv_check_call(llm_venv, summary_cmd) diff --git a/tests/integration/test_lists/waives.txt b/tests/integration/test_lists/waives.txt index 2058fcf016..30eae6df7e 100644 --- a/tests/integration/test_lists/waives.txt +++ b/tests/integration/test_lists/waives.txt @@ -476,4 +476,3 @@ accuracy/test_llm_api_pytorch.py::TestDeepSeekV3Lite::test_bfloat16[] SKIP (http test_e2e.py::test_ptp_star_attention_example[Llama3.1-8B-BF16-llama-3.1-model/Meta-Llama-3.1-8B] SKIP (https://nvbugs/5245262) test_e2e.py::test_ptp_scaffolding[DeepSeek-R1-Distill-Qwen-7B-DeepSeek-R1/DeepSeek-R1-Distill-Qwen-7B] SKIP (https://nvbugs/5245264) examples/test_gemma.py::test_llm_hf_gemma_quantization_1gpu[gemma-2-27b-it-fp8-bfloat16-8] SKIP (https://nvbugs/5234164) -examples/test_llama.py::test_llm_llama_lookahead_single_gpu_summary[llama-3.1-8b] SKIP (https://nvbugs/5246733)