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
ae871ca9
Unverified
Commit
ae871ca9
authored
Feb 10, 2026
by
Andy Lo
Committed by
GitHub
Feb 10, 2026
Browse files
Minor cleanup for Voxtral (#34247)
Signed-off-by:
Andy Lo
<
andy@mistral.ai
>
parent
a2443de5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
vllm/model_executor/models/voxtral.py
vllm/model_executor/models/voxtral.py
+3
-1
No files found.
vllm/model_executor/models/voxtral.py
View file @
ae871ca9
...
...
@@ -792,7 +792,9 @@ class VoxtralEncoderModel(nn.Module):
audio_waveforms
:
torch
.
Tensor
,
)
->
torch
.
Tensor
:
input_dtype
=
audio_waveforms
.
dtype
window
=
torch
.
hann_window
(
self
.
config
.
window_size
).
to
(
audio_waveforms
.
device
)
window
=
torch
.
hann_window
(
self
.
config
.
window_size
,
device
=
audio_waveforms
.
device
)
stft
=
torch
.
stft
(
audio_waveforms
,
self
.
config
.
window_size
,
...
...
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