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
184fb9e4
Commit
184fb9e4
authored
Jan 12, 2026
by
yangql
Browse files
处理test_concat的ds_cat的导入bug
parent
14705754
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
vllm/v1/attention/backends/mla/test_concat.py
vllm/v1/attention/backends/mla/test_concat.py
+3
-2
No files found.
vllm/v1/attention/backends/mla/test_concat.py
View file @
184fb9e4
...
@@ -7,9 +7,10 @@ import torch
...
@@ -7,9 +7,10 @@ import torch
import
math
import
math
import
vllm.envs
as
envs
import
vllm.envs
as
envs
if
envs
.
VLLM_USE_LIGHTOP
:
try
:
from
lightop
import
ds_cat
from
lightop
import
ds_cat
except
Exception
:
print
(
"INFO: Please install the 'lightop' package to use 'ds_cat'.
\n
"
)
def
test_concat_Acc_prefill
(
shape_pair
,
dim
):
def
test_concat_Acc_prefill
(
shape_pair
,
dim
):
...
...
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