mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2026-04-28 11:49:51 +00:00
parent
e7d277d163
commit
d8046e1bb4
65 changed files with 12111 additions and 2502 deletions
8
kt-kernel/python/cli/__init__.py
Normal file
8
kt-kernel/python/cli/__init__.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
"""
|
||||
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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue