mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-04 12:42:51 +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"]
|