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
5c08d7d2
Unverified
Commit
5c08d7d2
authored
Sep 15, 2025
by
Yineng Zhang
Committed by
GitHub
Sep 15, 2025
Browse files
fix: resolve sgl-kernel ut (#10476)
parent
a45d9a4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
scripts/ci/ci_install_dependency.sh
scripts/ci/ci_install_dependency.sh
+6
-1
No files found.
scripts/ci/ci_install_dependency.sh
View file @
5c08d7d2
...
@@ -60,7 +60,12 @@ fi
...
@@ -60,7 +60,12 @@ fi
if
[
"
${
CUSTOM_BUILD_SGL_KERNEL
:-}
"
=
"true"
]
;
then
if
[
"
${
CUSTOM_BUILD_SGL_KERNEL
:-}
"
=
"true"
]
;
then
ls
-alh
sgl-kernel/dist
ls
-alh
sgl-kernel/dist
$PIP_CMD
install
sgl-kernel/dist/sgl_kernel-
${
SGL_KERNEL_VERSION_FROM_KERNEL
}
+
${
SGL_KERNEL_CUDA_VERSION
}
-cp310-abi3-manylinux2014_x86_64
.whl
--force-reinstall
$PIP_INSTALL_SUFFIX
WHEEL_FILE
=
$(
ls
sgl-kernel/dist/sgl_kernel-
${
SGL_KERNEL_VERSION_FROM_KERNEL
}
+
${
SGL_KERNEL_CUDA_VERSION
}
-cp310-abi3-manylinux2014_x86_64
.whl 2>/dev/null
||
true
)
if
[
-f
"
$WHEEL_FILE
"
]
;
then
$PIP_CMD
install
sgl-kernel/dist/sgl_kernel-
${
SGL_KERNEL_VERSION_FROM_KERNEL
}
+
${
SGL_KERNEL_CUDA_VERSION
}
-cp310-abi3-manylinux2014_x86_64
.whl
--force-reinstall
$PIP_INSTALL_SUFFIX
else
$PIP_CMD
install
sgl-kernel/dist/sgl_kernel-
${
SGL_KERNEL_VERSION_FROM_KERNEL
}
-cp310-abi3-manylinux2014_x86_64
.whl
--force-reinstall
$PIP_INSTALL_SUFFIX
fi
else
else
$PIP_CMD
install
https://github.com/sgl-project/whl/releases/download/v
${
SGL_KERNEL_VERSION_FROM_SRT
}
/sgl_kernel-
${
SGL_KERNEL_VERSION_FROM_SRT
}
+
${
SGL_KERNEL_CUDA_VERSION
}
-cp310-abi3-manylinux2014_x86_64
.whl
--force-reinstall
$PIP_INSTALL_SUFFIX
$PIP_CMD
install
https://github.com/sgl-project/whl/releases/download/v
${
SGL_KERNEL_VERSION_FROM_SRT
}
/sgl_kernel-
${
SGL_KERNEL_VERSION_FROM_SRT
}
+
${
SGL_KERNEL_CUDA_VERSION
}
-cp310-abi3-manylinux2014_x86_64
.whl
--force-reinstall
$PIP_INSTALL_SUFFIX
fi
fi
...
...
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