fix apply_token_bitmask_inplace_cuda (#3594)

This commit is contained in:
Yineng Zhang
2025-02-15 23:55:08 +08:00
committed by GitHub
parent dfce926921
commit bbc47c348f

View File

@@ -21,7 +21,7 @@ runtime_common = [
"hf_transfer", "huggingface_hub", "interegular", "modelscope",
"orjson", "packaging", "pillow", "prometheus-client>=0.20.0",
"psutil", "pydantic", "python-multipart", "pyzmq>=25.1.2",
"torchao>=0.7.0", "uvicorn", "uvloop", "xgrammar>=0.1.10", "ninja"
"torchao>=0.7.0", "uvicorn", "uvloop", "xgrammar==0.1.10", "ninja"
]
srt = [
"sglang[runtime_common]", "cuda-python",