mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-08-11 12:51:55 +00:00
* [chat] refactor lora * [chat] remove lm class * [chat] refactor save model * [chat] refactor train sft * [chat] fix ci * [chat] fix ci
6 lines
156 B
Python
6 lines
156 B
Python
from .llama_actor import LlamaActor
|
|
from .llama_critic import LlamaCritic
|
|
from .llama_rm import LlamaRM
|
|
|
|
__all__ = ['LlamaActor', 'LlamaCritic', 'LlamaRM']
|