support version in sgl-kernel (#3439)
This commit is contained in:
@@ -36,6 +36,8 @@ from sgl_kernel.ops import (
|
||||
tree_speculative_sampling_target_only,
|
||||
)
|
||||
|
||||
from .version import __version__
|
||||
|
||||
__all__ = [
|
||||
"apply_rope_with_cos_sin_cache_inplace",
|
||||
"bmm_fp8",
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
__version__ = "0.0.3.post2"
|
||||
Reference in New Issue
Block a user