mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2026-03-14 18:37:23 +00:00
7 lines
110 B
Python
7 lines
110 B
Python
"""
|
|
KTransformers version information.
|
|
Shared across kt-kernel and kt-sft modules.
|
|
"""
|
|
|
|
__version__ = "0.4.5"
|