mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-06-08 20:49:09 +08:00
[Minor] Clean up incorrect comment in test (#20382)
Signed-off-by: Nick Hill <nhill@redhat.com>
This commit is contained in:
parent
48fb076cbc
commit
d265414dbc
@ -48,9 +48,6 @@ def test_enable_prompt_embeds(hf_runner, model: str,
|
|||||||
ctx = (nullcontext() if enable_prompt_embeds else pytest.raises(
|
ctx = (nullcontext() if enable_prompt_embeds else pytest.raises(
|
||||||
ValueError, match="set `--enable-prompt-embeds`"))
|
ValueError, match="set `--enable-prompt-embeds`"))
|
||||||
|
|
||||||
# This test checks if the flag skip_tokenizer_init skips the initialization
|
|
||||||
# of tokenizer and detokenizer. The generated output is expected to contain
|
|
||||||
# token ids.
|
|
||||||
llm = LLM(
|
llm = LLM(
|
||||||
model=model,
|
model=model,
|
||||||
enable_prompt_embeds=enable_prompt_embeds,
|
enable_prompt_embeds=enable_prompt_embeds,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user