Unverified Commit a7ae61ed authored by Simo Lin's avatar Simo Lin Committed by GitHub
Browse files

[router] Add Configurable L0 and L1 Tokenizer Caching (#11688)

parent fda0cb2a
...@@ -200,6 +200,7 @@ mod test_pd_routing { ...@@ -200,6 +200,7 @@ mod test_pd_routing {
oracle: None, oracle: None,
reasoning_parser: None, reasoning_parser: None,
tool_call_parser: None, tool_call_parser: None,
tokenizer_cache: sglang_router_rs::config::TokenizerCacheConfig::default(),
}; };
let app_context = { let app_context = {
......
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment