mirror of
https://github.com/hiyouga/LlamaFactory.git
synced 2026-01-31 06:42:05 +00:00
6 lines
110 B
Python
6 lines
110 B
Python
from .base_engine import BaseEngine
|
|
from .chat_model import ChatModel
|
|
|
|
|
|
__all__ = ["BaseEngine", "ChatModel"]
|