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
a7ae61ed
Unverified
Commit
a7ae61ed
authored
Oct 18, 2025
by
Simo Lin
Committed by
GitHub
Oct 18, 2025
Browse files
[router] Add Configurable L0 and L1 Tokenizer Caching (#11688)
parent
fda0cb2a
Changes
22
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
468 additions
and
0 deletions
+468
-0
sgl-router/tests/test_pd_routing.rs
sgl-router/tests/test_pd_routing.rs
+1
-0
sgl-router/tests/tokenizer_cache_correctness_test.rs
sgl-router/tests/tokenizer_cache_correctness_test.rs
+467
-0
No files found.
sgl-router/tests/test_pd_routing.rs
View file @
a7ae61ed
...
...
@@ -200,6 +200,7 @@ mod test_pd_routing {
oracle
:
None
,
reasoning_parser
:
None
,
tool_call_parser
:
None
,
tokenizer_cache
:
sglang_router_rs
::
config
::
TokenizerCacheConfig
::
default
(),
};
let
app_context
=
{
...
...
sgl-router/tests/tokenizer_cache_correctness_test.rs
0 → 100644
View file @
a7ae61ed
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
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