mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-07 06:02:50 +08:00
5 lines
81 B
Python
5 lines
81 B
Python
from .tuner import export_model, run_exp
|
|
|
|
|
|
__all__ = ["export_model", "run_exp"]
|