Fix ci install to allow prerelease (#12449)

This commit is contained in:
Lianmin Zheng
2025-10-31 02:22:15 -07:00
committed by GitHub
parent 300b4c212e
commit 2d5605e89b
2 changed files with 2 additions and 2 deletions

View File

@@ -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):