mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2026-05-24 22:55:49 +00:00
Bump ktransformers/kt-kernel to 0.6.1.post1 and point extras to post1 companion packages.
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.1.post1"
|