Add SSL/TLS support for HTTP and gRPC servers (#18973)

Co-authored-by: guys@spotify.com
This commit is contained in:
Kangyan-Zhou
2026-03-04 19:27:16 -08:00
committed by GitHub
parent 9c11a7ae40
commit 198381d9ce
9 changed files with 770 additions and 21 deletions

View File

@@ -73,6 +73,7 @@ dependencies = [
"transformers==4.57.1",
"uvicorn",
"uvloop",
"watchfiles",
"xgrammar==0.1.27",
"smg-grpc-proto>=0.4.1",