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
4a883795
Unverified
Commit
4a883795
authored
Jul 15, 2025
by
Yineng Zhang
Committed by
GitHub
Jul 15, 2025
Browse files
fix: resolve arm build issue (#8052)
parent
f1f1d1d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sgl-kernel/build.sh
sgl-kernel/build.sh
+1
-1
No files found.
sgl-kernel/build.sh
View file @
4a883795
...
@@ -49,7 +49,7 @@ docker run --rm \
...
@@ -49,7 +49,7 @@ docker run --rm \
cmake --version
cmake --version
yum install numactl-devel -y &&
\
yum install numactl-devel -y &&
\
yum install libibverbs -y &&
\
yum install libibverbs -y
--nogpgcheck
&&
\
ln -sv /usr/lib64/libibverbs.so.1 /usr/lib64/libibverbs.so &&
\
ln -sv /usr/lib64/libibverbs.so.1 /usr/lib64/libibverbs.so &&
\
${
PYTHON_ROOT_PATH
}
/bin/
${
TORCH_INSTALL
}
&&
\
${
PYTHON_ROOT_PATH
}
/bin/
${
TORCH_INSTALL
}
&&
\
${
PYTHON_ROOT_PATH
}
/bin/pip install --no-cache-dir ninja setuptools==75.0.0 wheel==0.41.0 numpy uv scikit-build-core &&
\
${
PYTHON_ROOT_PATH
}
/bin/pip install --no-cache-dir ninja setuptools==75.0.0 wheel==0.41.0 numpy uv scikit-build-core &&
\
...
...
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