templates: add autotemplate for gemma3 (#9880)

This change allows the gemma3 template to be autodetected during `ollama
create`.
This commit is contained in:
Patrick Devine
2025-03-20 00:15:30 -07:00
committed by GitHub
parent b078dd157c
commit f8c3dbe5b5
7 changed files with 46 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
{
"stop": [
"<end_of_turn>"
],
"temperature": 0.1
}