Allow installing vLLM from cookbook dependencies
This commit is contained in:
parent
493c536199
commit
8253422832
1 changed files with 1 additions and 1 deletions
|
|
@ -731,7 +731,7 @@ def setup_shell_routes() -> APIRouter:
|
|||
known = {
|
||||
"rembg[gpu]", "hf_transfer", "llama-cpp-python[server]", "sglang[all]", "diffusers", "diffusers[torch]",
|
||||
"TTS", "bark", "faster-whisper", "playwright", "realesrgan", "gfpgan",
|
||||
"insightface", "onnxruntime-gpu", "onnxruntime", "hdbscan",
|
||||
"insightface", "onnxruntime-gpu", "onnxruntime", "hdbscan", "vllm",
|
||||
}
|
||||
if pip_name not in known:
|
||||
return {"ok": False, "error": f"Unknown package: {pip_name}"}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue