mirror of https://github.com/hpcaitech/ColossalAI
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
253 B
5 lines
253 B
1 year ago
|
from .conversation import Conversation, get_batch_prompt, prompt_templates
|
||
|
from .utilities import get_json_list, is_rank_0, jdump, jload
|
||
|
|
||
|
__all__ = ["Conversation", "prompt_templates", "get_batch_prompt", "is_rank_0", "jload", "jdump", "get_json_list"]
|