Fix rust unit test and pypi token (#2001)

This commit is contained in:
Byron Hsu
2024-11-11 14:18:21 -08:00
committed by GitHub
parent 9d427265fd
commit 239eafbd2e
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
use sglang_router::tree::RadixTree;
use sglang_router_rs::tree::RadixTree;
#[test]
fn test_new_tree() {