mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-17 17:18:10 +08:00
* easily resume from checkpoint * support full and freeze checkpoints * faster ui Former-commit-id: 84cfb2452cc86b037ccddee6e833f8eb7c129fa4
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
|