"tests/vscode:/vscode.git/clone" did not exist on "dd4c74ff32d6f7ca18169d8ad42f3824879302c6"
Unverified Commit aa3003f1 authored by Zaili Wang's avatar Zaili Wang Committed by GitHub
Browse files

Add gguf dependency for cpu/xpu (#12041)

parent 4793ec7d
...@@ -26,6 +26,7 @@ dependencies = [ ...@@ -26,6 +26,7 @@ dependencies = [
"decord", "decord",
"einops", "einops",
"fastapi", "fastapi",
"gguf",
"hf_transfer", "hf_transfer",
"huggingface_hub", "huggingface_hub",
"intel-openmp", "intel-openmp",
......
...@@ -29,6 +29,7 @@ dependencies = [ ...@@ -29,6 +29,7 @@ dependencies = [
"decord", "decord",
"einops", "einops",
"fastapi", "fastapi",
"gguf",
"hf_transfer", "hf_transfer",
"huggingface_hub", "huggingface_hub",
"interegular", "interegular",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment