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
d9fc8cd9
Unverified
Commit
d9fc8cd9
authored
Apr 12, 2025
by
Cyrus Leung
Committed by
GitHub
Apr 12, 2025
Browse files
[V1] Enable multi-input by default (#15799)
Signed-off-by:
DarkLight1337
<
tlleungac@connect.ust.hk
>
parent
f069f3ea
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/multimodal/utils.py
vllm/multimodal/utils.py
+1
-1
No files found.
vllm/multimodal/utils.py
View file @
d9fc8cd9
...
@@ -264,7 +264,7 @@ fetch_video = global_media_connector.fetch_video
...
@@ -264,7 +264,7 @@ fetch_video = global_media_connector.fetch_video
def
encode_audio_base64
(
def
encode_audio_base64
(
audio
:
np
.
ndarray
,
audio
:
np
.
ndarray
,
sampling_rate
:
in
t
,
sampling_rate
:
floa
t
,
)
->
str
:
)
->
str
:
"""Encode audio as base64."""
"""Encode audio as base64."""
audio_io
=
AudioMediaIO
()
audio_io
=
AudioMediaIO
()
...
...
Prev
1
2
Next
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