BLEUBERI/eval/FastChat/fastchat/model/__init__.py
2025-06-04 20:36:43 +00:00

5 lines
112 B
Python

from fastchat.model.model_adapter import (
load_model,
get_conversation_template,
add_model_args,
)