mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-14 19:06:26 +08:00
6 lines
110 B
Python
6 lines
110 B
Python
from .base_engine import BaseEngine
|
|
from .chat_model import ChatModel
|
|
|
|
|
|
__all__ = ["BaseEngine", "ChatModel"]
|