mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2026-05-05 05:31:36 +00:00
chore: bump version to 0.5.3 (#1909)
This commit is contained in:
@@ -68,9 +68,9 @@ try:
|
||||
_version_ns = {}
|
||||
with open(_root_version_file, "r", encoding="utf-8") as f:
|
||||
exec(f.read(), _version_ns)
|
||||
__version__ = _version_ns.get("__version__", "0.4.3")
|
||||
__version__ = _version_ns.get("__version__", "0.5.3")
|
||||
else:
|
||||
__version__ = "0.4.3"
|
||||
__version__ = "0.5.3"
|
||||
except ImportError:
|
||||
# Python < 3.8, fallback to pkg_resources or hardcoded version
|
||||
try:
|
||||
@@ -79,8 +79,8 @@ except ImportError:
|
||||
try:
|
||||
__version__ = get_distribution("kt-kernel").version
|
||||
except DistributionNotFound:
|
||||
__version__ = "0.4.3"
|
||||
__version__ = "0.5.3"
|
||||
except ImportError:
|
||||
__version__ = "0.4.3"
|
||||
__version__ = "0.5.3"
|
||||
|
||||
__all__ = ["KTMoEWrapper", "generate_gpu_experts_masks", "kt_kernel_ext", "__cpu_variant__", "__version__"]
|
||||
|
||||
Reference in New Issue
Block a user