mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2026-05-25 15:15:09 +00:00
* [build]: prepare 0.6.1 SFT wheel packaging on main * [build]: finalize py311+ wheel packaging defaults
7 lines
117 B
Python
7 lines
117 B
Python
"""
|
|
KTransformers version information.
|
|
Shared across the top-level package and kt-kernel.
|
|
"""
|
|
|
|
__version__ = "0.6.1"
|