Unverified Commit d265414d authored by Nick Hill's avatar Nick Hill Committed by GitHub
Browse files

[Minor] Clean up incorrect comment in test (#20382)


Signed-off-by: default avatarNick Hill <nhill@redhat.com>
parent 48fb076c
...@@ -48,9 +48,6 @@ def test_enable_prompt_embeds(hf_runner, model: str, ...@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment