mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-08-06 10:34:23 +00:00
* Add ColossalEval * Delete evaluate in Chat --------- Co-authored-by: Xu Yuanchen <yuanchen.xu00@gmail.com> Co-authored-by: Tong Li <tong.li352711588@gmail.com>
5 lines
253 B
Python
5 lines
253 B
Python
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"]
|