mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-13 22:18:36 +08:00
Fix mixtral fp4 llmapi bug. (#3929)
Signed-off-by: Tracin <10434017+Tracin@users.noreply.github.com>
This commit is contained in:
parent
de774ab283
commit
cd9c7498d0
@ -881,7 +881,6 @@ def test_llm_mixtral_1gpu_fp4_llmapi(
|
||||
f"{llmapi_example_root}/../mmlu_llmapi.py",
|
||||
f"--data_dir={mmlu_dataset_root}",
|
||||
f"--hf_model_dir={model_dir}",
|
||||
"--backend=tensorrt",
|
||||
"--check_accuracy",
|
||||
f"--accuracy_threshold=68.0",
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user