Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
25a6a9aa
Unverified
Commit
25a6a9aa
authored
Jun 11, 2025
by
Baizhou Zhang
Committed by
GitHub
Jun 11, 2025
Browse files
Fix circular import in test_prefix_chunk_info.py (#7097)
parent
83d87685
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
python/sglang/test/attention/test_prefix_chunk_info.py
python/sglang/test/attention/test_prefix_chunk_info.py
+2
-0
No files found.
python/sglang/test/attention/test_prefix_chunk_info.py
View file @
25a6a9aa
...
@@ -2,6 +2,8 @@ import unittest
...
@@ -2,6 +2,8 @@ import unittest
import
torch
import
torch
from
sglang.srt.layers.attention.flashattention_backend
import
FlashAttentionBackend
from
sglang.srt.layers.radix_attention
import
RadixAttention
from
sglang.srt.mem_cache.memory_pool
import
MLATokenToKVPool
from
sglang.srt.mem_cache.memory_pool
import
MLATokenToKVPool
from
sglang.srt.model_executor.forward_batch_info
import
ForwardBatch
,
ForwardMode
from
sglang.srt.model_executor.forward_batch_info
import
ForwardBatch
,
ForwardMode
from
sglang.test.test_utils
import
CustomTestCase
from
sglang.test.test_utils
import
CustomTestCase
...
...
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