fix: LLM invalid arg in a test (#4922)

Signed-off-by: Superjomn <328693+Superjomn@users.noreply.github.com>
This commit is contained in:
Yan Chunwei 2025-06-05 08:00:32 +08:00 committed by GitHub
parent 6b3242654e
commit 8e0d96fcc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"]