mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2026-03-23 14:57:23 +00:00
9 lines
248 B
Python
9 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"
|