formatting

This commit is contained in:
SWivid
2025-03-31 19:45:38 +08:00
parent 9bd2d13be1
commit 6f6968b034

View File

@@ -552,7 +552,9 @@ Have a conversation with an AI using your reference voice!
"""
)
chat_model_name_list = ["Qwen/Qwen2.5-3B-Instruct",]
chat_model_name_list = [
"Qwen/Qwen2.5-3B-Instruct",
]
@gpu_decorator
def load_chat_model(chat_model_name):