mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2026-05-24 14:44:49 +00:00
7 lines
123 B
Python
7 lines
123 B
Python
"""
|
|
KTransformers version information.
|
|
Shared across the top-level package and kt-kernel.
|
|
"""
|
|
|
|
__version__ = "0.6.2.post3"
|