Tiny unpin uvloop for other backends (#13858)

This commit is contained in:
Liangsheng Yin
2025-11-25 01:34:57 +08:00
committed by GitHub
parent a95a38078b
commit b60e769d0e
3 changed files with 3 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ dependencies = [
"tqdm",
"transformers==4.57.1",
"uvicorn",
"uvloop==0.21.0",
"uvloop",
"xgrammar==0.1.27",
"grpcio==1.75.1", # keep it align with compile_proto.py
"grpcio-tools==1.75.1", # keep it align with compile_proto.py

View File

@@ -61,7 +61,7 @@ runtime_common = [
"tqdm",
"transformers==4.57.1",
"uvicorn",
"uvloop==0.21.0",
"uvloop",
"xgrammar==0.1.27",
"grpcio==1.75.1", # keep it align with compile_proto.py
"grpcio-tools==1.75.1", # keep it align with compile_proto.py

View File

@@ -63,7 +63,7 @@ dependencies = [
"tqdm",
"transformers==4.57.1",
"uvicorn",
"uvloop==0.21.0",
"uvloop",
# "xgrammar==0.1.24", , xgrammar depends on CUDA PyTorch and Triton only
"grpcio==1.75.1", # keep it align with compile_proto.py
"grpcio-tools==1.75.1", # keep it align with compile_proto.py