[bugfix] Add modelscope package to avoid docker image without modelscope (#1520)

This commit is contained in:
Kylin
2024-09-29 03:43:22 +08:00
committed by GitHub
parent 840c5dbcb3
commit f42e9bfb52
3 changed files with 16 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ dependencies = [
srt = ["aiohttp", "decord", "fastapi", "hf_transfer", "huggingface_hub", "interegular",
"packaging", "pillow", "psutil", "pydantic", "python-multipart",
"torch", "torchao", "uvicorn", "uvloop", "zmq",
"vllm==0.5.5", "outlines>=0.0.44"]
"vllm==0.5.5", "outlines>=0.0.44", "modelscope"]
openai = ["openai>=1.0", "tiktoken"]
anthropic = ["anthropic>=0.20.0"]
litellm = ["litellm>=1.0.0"]