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
2d5605e8
Unverified
Commit
2d5605e8
authored
Oct 31, 2025
by
Lianmin Zheng
Committed by
GitHub
Oct 31, 2025
Browse files
Fix ci install to allow prerelease (#12449)
parent
300b4c21
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
scripts/ci/ci_install_dependency.sh
scripts/ci/ci_install_dependency.sh
+1
-1
sgl-kernel/python/sgl_kernel/fused_moe.py
sgl-kernel/python/sgl_kernel/fused_moe.py
+1
-1
No files found.
scripts/ci/ci_install_dependency.sh
View file @
2d5605e8
...
...
@@ -86,7 +86,7 @@ else
export
UV_SYSTEM_PYTHON
=
true
PIP_CMD
=
"uv pip"
PIP_INSTALL_SUFFIX
=
"--index-strategy unsafe-best-match"
PIP_INSTALL_SUFFIX
=
"--index-strategy unsafe-best-match
--prerelease allow
"
# Clean up existing installations
$PIP_CMD
uninstall sgl-kernel sglang
||
true
...
...
sgl-kernel/python/sgl_kernel/fused_moe.py
View file @
2d5605e8
...
...
@@ -2,7 +2,7 @@ import functools
from
typing
import
Optional
import
torch
from
sgl_kernel
import
silu_and_mul
from
sgl_kernel
.elementwise
import
silu_and_mul
def
get_scalar_type
(
num_bits
:
int
,
has_zp
:
bool
):
...
...
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