mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2026-04-28 11:49:51 +00:00
8 lines
248 B
Python
8 lines
248 B
Python
"""
|
|
KTransformers CLI - A unified command-line interface for KTransformers.
|
|
|
|
This CLI provides a user-friendly interface to all KTransformers functionality,
|
|
including model inference, fine-tuning, benchmarking, and more.
|
|
"""
|
|
|
|
__version__ = "0.1.0"
|