Fix qwen config (#261)

This commit is contained in:
Liangsheng Yin
2024-03-11 09:54:18 +08:00
committed by GitHub
parent a833de05d3
commit a7ace9c88d
2 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ dependencies = [
[project.optional-dependencies]
srt = ["aiohttp", "fastapi", "psutil", "rpyc", "torch", "uvloop", "uvicorn",
"zmq", "vllm>=0.2.5", "interegular", "lark", "numba",
"zmq", "vllm>=0.3.3", "interegular", "lark", "numba",
"pydantic", "referencing", "diskcache", "cloudpickle", "pillow", "outlines>=0.0.27"]
openai = ["openai>=1.0", "numpy"]
anthropic = ["anthropic", "numpy"]