mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2026-03-15 02:47:22 +00:00
7 lines
116 B
Python
7 lines
116 B
Python
"""
|
|
KTransformers version information.
|
|
Shared across kt-kernel and kt-sft modules.
|
|
"""
|
|
|
|
__version__ = "0.5.0.post1"
|