Files
LLaMA-Factory/src/llamafactory/__init__.py
hiyouga 8070871732 better llamaboard
* easily resume from checkpoint
* support full and freeze checkpoints
* faster ui
2024-05-29 23:55:38 +08:00

7 lines
123 B
Python

# Level: api, webui > chat, eval, train > data, model > hparams > extras
from .cli import VERSION
__version__ = VERSION