Add gguf dependency for cpu/xpu (#12041)

This commit is contained in:
Zaili Wang
2025-10-24 12:13:17 +08:00
committed by GitHub
parent 4793ec7d1a
commit aa3003f116
2 changed files with 2 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ dependencies = [
"decord",
"einops",
"fastapi",
"gguf",
"hf_transfer",
"huggingface_hub",
"intel-openmp",

View File

@@ -29,6 +29,7 @@ dependencies = [
"decord",
"einops",
"fastapi",
"gguf",
"hf_transfer",
"huggingface_hub",
"interegular",