mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
fix:https://nvbugs/5246733 (#3989)
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:
parent
b1621e8d4e
commit
dc344b6a4f
@ -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)
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user