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
5446ad1d
Unverified
Commit
5446ad1d
authored
Oct 03, 2025
by
Yannick Schnider
Committed by
GitHub
Oct 03, 2025
Browse files
[test utils] correct wrong typing (#26159)
Signed-off-by:
Yannick Schnider
<
yannick.schnider1@ibm.com
>
parent
f9a8084e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/conftest.py
tests/conftest.py
+1
-1
No files found.
tests/conftest.py
View file @
5446ad1d
...
...
@@ -756,7 +756,7 @@ class VllmRunner:
def
get_inputs
(
self
,
prompts
:
Union
[
list
[
str
],
list
[
torch
.
Tensor
],
list
[
int
]],
prompts
:
Union
[
list
[
str
],
list
[
torch
.
Tensor
],
list
[
list
[
int
]]
]
,
images
:
Optional
[
PromptImageInput
]
=
None
,
videos
:
Optional
[
PromptVideoInput
]
=
None
,
audios
:
Optional
[
PromptAudioInput
]
=
None
,
...
...
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