mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
fix: LLM invalid arg in a test (#4922)
Signed-off-by: Superjomn <328693+Superjomn@users.noreply.github.com>
This commit is contained in:
parent
6b3242654e
commit
8e0d96fcc6
@ -1652,7 +1652,6 @@ def llm_return_logprobs_test_harness(prompt_logprobs: Optional[int],
|
||||
build_config=BuildConfig(gather_context_logits=True),
|
||||
tensor_parallel_size=tp_size,
|
||||
gather_generation_logits=True,
|
||||
fast_build=True,
|
||||
)
|
||||
|
||||
prompts = ["A B C D E F G H I J K"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user