mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2026-06-06 06:49:43 +00:00
setup.py metadata + deps updated, version.py bumped to 0.6.1, ext_bindings.cpp: fix segfault (std::cout→printf in constructors) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
7 lines
121 B
Python
7 lines
121 B
Python
"""
|
|
KTransformers version information.
|
|
Shared across kt-kernel, ktransformers, and sglang-kt.
|
|
"""
|
|
|
|
__version__ = "0.6.1"
|