Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
d265414d
Unverified
Commit
d265414d
authored
Jul 02, 2025
by
Nick Hill
Committed by
GitHub
Jul 02, 2025
Browse files
[Minor] Clean up incorrect comment in test (#20382)
Signed-off-by:
Nick Hill
<
nhill@redhat.com
>
parent
48fb076c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
tests/engine/test_options.py
tests/engine/test_options.py
+0
-3
No files found.
tests/engine/test_options.py
View file @
d265414d
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment