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
2d6b5371
Unverified
Commit
2d6b5371
authored
Jan 23, 2026
by
Matthew Bonanni
Committed by
GitHub
Jan 23, 2026
Browse files
[Bugfix][CI] Fix pre-commit (#32956)
Signed-off-by:
Matthew Bonanni
<
mbonanni@redhat.com
>
parent
68b0a6c1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
vllm/v1/worker/mamba_utils.py
vllm/v1/worker/mamba_utils.py
+1
-2
No files found.
vllm/v1/worker/mamba_utils.py
View file @
2d6b5371
...
...
@@ -4,13 +4,12 @@ import itertools
from
typing
import
Any
import
torch
import
triton
import
triton.language
as
tl
from
vllm.config
import
CacheConfig
from
vllm.model_executor.layers.mamba.mamba_utils
import
(
MambaStateCopyFunc
,
)
from
vllm.triton_utils
import
tl
,
triton
from
vllm.v1.core.sched.output
import
SchedulerOutput
from
vllm.v1.kv_cache_interface
import
KVCacheConfig
,
MambaSpec
from
vllm.v1.worker.gpu_input_batch
import
CachedRequestState
...
...
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