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.
ColossalAI/applications/ColossalEval/colossal_eval/utils/__init__.py

5 lines
253 B

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"]