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
cf5d27e3
"torchvision/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "fbd69f1052292336f78b69804a68ade5a6b2f3b4"
Unverified
Commit
cf5d27e3
authored
Nov 06, 2025
by
Zaili Wang
Committed by
GitHub
Nov 05, 2025
Browse files
[CPU] Upgrade default PT version to 2.9 (#12611)
parent
9ec6031d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
.github/workflows/pr-test-xeon.yml
.github/workflows/pr-test-xeon.yml
+2
-0
docker/xeon.Dockerfile
docker/xeon.Dockerfile
+3
-3
docs/platforms/cpu_server.md
docs/platforms/cpu_server.md
+1
-1
No files found.
.github/workflows/pr-test-xeon.yml
View file @
cf5d27e3
...
@@ -9,6 +9,7 @@ on:
...
@@ -9,6 +9,7 @@ on:
-
"
test/**"
-
"
test/**"
-
"
sgl-kernel/**"
-
"
sgl-kernel/**"
-
"
.github/workflows/pr-test-xeon.yml"
-
"
.github/workflows/pr-test-xeon.yml"
-
"
docker/xeon.Dockerfile"
pull_request
:
pull_request
:
branches
:
[
main
]
branches
:
[
main
]
paths
:
paths
:
...
@@ -17,6 +18,7 @@ on:
...
@@ -17,6 +18,7 @@ on:
-
"
test/**"
-
"
test/**"
-
"
sgl-kernel/**"
-
"
sgl-kernel/**"
-
"
.github/workflows/pr-test-xeon.yml"
-
"
.github/workflows/pr-test-xeon.yml"
-
"
docker/xeon.Dockerfile"
types
:
[
synchronize
,
labeled
]
types
:
[
synchronize
,
labeled
]
workflow_dispatch
:
workflow_dispatch
:
...
...
docker/xeon.Dockerfile
View file @
cf5d27e3
...
@@ -4,9 +4,9 @@ SHELL ["/bin/bash", "-c"]
...
@@ -4,9 +4,9 @@ SHELL ["/bin/bash", "-c"]
ARG
SGLANG_REPO=https://github.com/sgl-project/sglang.git
ARG
SGLANG_REPO=https://github.com/sgl-project/sglang.git
ARG
VER_SGLANG=main
ARG
VER_SGLANG=main
ARG
VER_TORCH=2.
7.1
ARG
VER_TORCH=2.
9.0
ARG
VER_TORCHVISION=0.2
2.1
ARG
VER_TORCHVISION=0.2
4.0
ARG
VER_TRITON=3.
3.1
ARG
VER_TRITON=3.
5.0
RUN
apt-get update
&&
\
RUN
apt-get update
&&
\
apt-get full-upgrade
-y
&&
\
apt-get full-upgrade
-y
&&
\
...
...
docs/platforms/cpu_server.md
View file @
cf5d27e3
...
@@ -89,7 +89,7 @@ cp pyproject_cpu.toml pyproject.toml
...
@@ -89,7 +89,7 @@ cp pyproject_cpu.toml pyproject.toml
pip
install
--upgrade
pip setuptools
pip
install
--upgrade
pip setuptools
conda
install
-y
libsqlite
==
3.48.0 gperftools tbb libnuma numactl
conda
install
-y
libsqlite
==
3.48.0 gperftools tbb libnuma numactl
pip
install
.
pip
install
.
pip
install
torch
==
2.
7.1
torchvision
==
0.2
2.1
triton
==
3.
3.1
--force-reinstall
pip
install
torch
==
2.
9.0
torchvision
==
0.2
4.0
triton
==
3.
5.0
--force-reinstall
# Build the CPU backend kernels
# Build the CPU backend kernels
cd
../sgl-kernel
cd
../sgl-kernel
...
...
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