hiyouga a423274fd9 support function calling
Former-commit-id: 66533b3f65babf2429c92c0f8fafe4eff5e0ff63
2024-01-18 09:54:23 +08:00

5 lines
81 B
Python

from .tuner import export_model, run_exp
__all__ = ["export_model", "run_exp"]