Unverified Commit 2d5605e8 authored by Lianmin Zheng's avatar Lianmin Zheng Committed by GitHub
Browse files

Fix ci install to allow prerelease (#12449)

parent 300b4c21
......@@ -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
......
......@@ -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):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment