[bugfix] Add modelscope package to avoid docker image without modelscope (#1520)
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user