Signed-off-by: nv-guomingz <37257613+nv-guomingz@users.noreply.github.com>
Co-authored-by: nv-guomingz <37257613+nv-guomingz@users.noreply.github.com>
This commit is contained in:
nv-guomingz 2025-05-01 22:52:31 +08:00 committed by GitHub
parent b1621e8d4e
commit dc344b6a4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -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)

View File

@ -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)