Unverified Commit bbc47c34 authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

fix apply_token_bitmask_inplace_cuda (#3594)

parent dfce9269
......@@ -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",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment