Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
aa3003f1
"examples/pytorch/vscode:/vscode.git/clone" did not exist on "14e4e1b0f7cbd73060a980c9711629d45fa6a7a7"
Unverified
Commit
aa3003f1
authored
Oct 24, 2025
by
Zaili Wang
Committed by
GitHub
Oct 23, 2025
Browse files
Add gguf dependency for cpu/xpu (#12041)
parent
4793ec7d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
python/pyproject_cpu.toml
python/pyproject_cpu.toml
+1
-0
python/pyproject_xpu.toml
python/pyproject_xpu.toml
+1
-0
No files found.
python/pyproject_cpu.toml
View file @
aa3003f1
...
...
@@ -26,6 +26,7 @@ dependencies = [
"decord"
,
"einops"
,
"fastapi"
,
"gguf"
,
"hf_transfer"
,
"huggingface_hub"
,
"intel-openmp"
,
...
...
python/pyproject_xpu.toml
View file @
aa3003f1
...
...
@@ -29,6 +29,7 @@ dependencies = [
"decord"
,
"einops"
,
"fastapi"
,
"gguf"
,
"hf_transfer"
,
"huggingface_hub"
,
"interegular"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment