[model-gateway] fix tokenizer encode in golang bindings (#16482)

This commit is contained in:
realWeilai
2026-01-05 11:40:09 -08:00
committed by GitHub
parent 51541404f8
commit 23849eba7b
4 changed files with 14 additions and 4 deletions
@@ -17,6 +17,7 @@ uuid = { version = "1.10", features = ["v4", "serde"] }
once_cell = "1.21.3"
futures-util = "0.3"
tracing = "0.1"
libc = "0.2.179"
[dependencies.sgl-model-gateway]
path = "../.."