Merge pull request #6522 from ollama/mxyng/detect-chat

detect chat template from configs that contain lists
This commit is contained in:
Michael Yang
2024-08-28 11:04:18 -07:00
committed by GitHub
3 changed files with 225 additions and 5 deletions

View File

@@ -89,7 +89,7 @@ func TestMain(m *testing.M) {
os.Exit(m.Run())
}
func TestConvertFull(t *testing.T) {
func TestConvertModel(t *testing.T) {
cases := []string{
"Meta-Llama-3-8B-Instruct",
"Meta-Llama-3.1-8B-Instruct",