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
6aeb1dab
Unverified
Commit
6aeb1dab
authored
Sep 11, 2025
by
Cyrus Leung
Committed by
GitHub
Sep 11, 2025
Browse files
[Bugfix] Fix incorrect import of CacheConfig (#24631)
Signed-off-by:
DarkLight1337
<
tlleungac@connect.ust.hk
>
parent
e93f4cc9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
vllm/attention/layers/cross_attention.py
vllm/attention/layers/cross_attention.py
+1
-2
No files found.
vllm/attention/layers/cross_attention.py
View file @
6aeb1dab
...
@@ -6,14 +6,13 @@ from typing import Optional
...
@@ -6,14 +6,13 @@ from typing import Optional
import
numpy
as
np
import
numpy
as
np
import
torch
import
torch
from
transformers
import
CacheConfig
from
vllm
import
envs
from
vllm
import
envs
from
vllm.attention.backends.abstract
import
(
AttentionBackend
,
from
vllm.attention.backends.abstract
import
(
AttentionBackend
,
AttentionMetadata
,
AttentionType
)
AttentionMetadata
,
AttentionType
)
from
vllm.attention.layer
import
Attention
from
vllm.attention.layer
import
Attention
from
vllm.attention.selector
import
get_attn_backend
from
vllm.attention.selector
import
get_attn_backend
from
vllm.config
import
VllmConfig
from
vllm.config
import
CacheConfig
,
VllmConfig
from
vllm.logger
import
init_logger
from
vllm.logger
import
init_logger
from
vllm.multimodal
import
MULTIMODAL_REGISTRY
from
vllm.multimodal
import
MULTIMODAL_REGISTRY
from
vllm.utils
import
cdiv
from
vllm.utils
import
cdiv
...
...
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