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
c2b7ddca
Unverified
Commit
c2b7ddca
authored
May 16, 2025
by
Lianmin Zheng
Committed by
GitHub
May 16, 2025
Browse files
[Minor] cleanup unused imports (#6358)
parent
abebd939
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
python/sglang/srt/managers/schedule_policy.py
python/sglang/srt/managers/schedule_policy.py
+1
-5
test/srt/test_pp_single_node.py
test/srt/test_pp_single_node.py
+0
-1
No files found.
python/sglang/srt/managers/schedule_policy.py
View file @
c2b7ddca
...
...
@@ -22,11 +22,7 @@ from typing import Dict, List, Optional, Set, Union
import
torch
from
sglang.srt.managers.schedule_batch
import
(
Req
,
ScheduleBatch
,
global_server_args_dict
,
)
from
sglang.srt.managers.schedule_batch
import
Req
,
ScheduleBatch
from
sglang.srt.mem_cache.base_prefix_cache
import
BasePrefixCache
from
sglang.srt.mem_cache.memory_pool
import
TokenToKVPoolAllocator
from
sglang.srt.mem_cache.radix_cache
import
RadixCache
,
TreeNode
...
...
test/srt/test_pp_single_node.py
View file @
c2b7ddca
...
...
@@ -4,7 +4,6 @@ python3 -m unittest test_pp_single_node.TestPPAccuracy.test_gsm8k
python3 -m unittest test_pp_single_node.TestFixedBugs.test_chunked_prefill_with_small_bs
"""
import
os
import
time
import
unittest
from
types
import
SimpleNamespace
...
...
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