mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-24 14:52:50 +08:00
* easily resume from checkpoint * support full and freeze checkpoints * faster ui Former-commit-id: 80708717329b4552920dd4ce8cebc683e65d54c5
7 lines
123 B
Python
7 lines
123 B
Python
# Level: api, webui > chat, eval, train > data, model > hparams > extras
|
|
|
|
from .cli import VERSION
|
|
|
|
|
|
__version__ = VERSION
|