[assets] update readme & supporters (#8818)

This commit is contained in:
Yaowei Zheng
2025-08-05 11:00:53 +08:00
committed by GitHub
parent 4a9ca24122
commit b5071f4b2c
5 changed files with 13 additions and 19 deletions

View File

@@ -1014,6 +1014,7 @@ register_template(
)
# copied from glm4 template
register_template(
name="glm4_moe",
format_user=StringFormatter(slots=["<|user|>\n{{content}}<|assistant|>"]),
@@ -1101,7 +1102,7 @@ register_template(
),
format_tools=ToolFormatter(tool_format="default"),
stop_words=["<|end_of_text|>"],
default_system=("You are Granite, developed by IBM. You are a helpful AI assistant."),
default_system="You are Granite, developed by IBM. You are a helpful AI assistant.",
)