Add SRT json decode example (#2)

This commit is contained in:
Liangsheng Yin
2024-01-10 04:35:44 +08:00
committed by GitHub
parent 93eeb543ba
commit 331848de9d
4 changed files with 33 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ dependencies = [
[project.optional-dependencies]
srt = ["fastapi", "psutil", "rpyc", "torch", "uvloop", "uvicorn", "zmq", "vllm>=0.2.5",
"interegular", "lark"]
"interegular", "lark", "numba"]
openai = ["openai>=1.0"]
anthropic = ["anthropic"]
all = ["sglang[srt]", "sglang[openai]", "sglang[anthropic]"]