update workflows, update gemma default adapter sysprompt

This commit is contained in:
Concedo
2025-04-12 18:38:23 +08:00
parent 956ed89595
commit c94aec1930
8 changed files with 84 additions and 14 deletions
+4
View File
@@ -38,6 +38,8 @@
"search": ["System role not supported", "<start_of_turn>"],
"name": "Google Gemma 2.",
"adapter": {
"system_start": "\n",
"system_end": "\n",
"user_start": "<start_of_turn>user\n",
"user_end": "<end_of_turn>\n",
"assistant_start": "<start_of_turn>model\n",
@@ -47,6 +49,8 @@
"search": ["<start_of_image>", "<start_of_turn>", "<end_of_turn>"],
"name": "Google Gemma 3.",
"adapter": {
"system_start": "\n",
"system_end": "\n",
"user_start": "<start_of_turn>user\n",
"user_end": "<end_of_turn>\n",
"assistant_start": "<start_of_turn>model\n",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"system_start": "<start_of_turn>user\n",
"system_end": "<end_of_turn>\n",
"system_start": "\n",
"system_end": "\n",
"user_start": "<start_of_turn>user\n",
"user_end": "<end_of_turn>\n",
"assistant_start": "<start_of_turn>model\n",