fix unit tests

This commit is contained in:
Jesse Gross 2024-10-10 14:27:45 -07:00
parent ce58885181
commit fe6cd26fc7

View File

@ -562,7 +562,7 @@ func TestShow(t *testing.T) {
Modelfile: fmt.Sprintf(
"FROM %s\nFROM %s",
createBinFile(t, llm.KV{"general.architecture": "test"}, nil),
createBinFile(t, llm.KV{"general.architecture": "clip"}, nil),
createBinFile(t, llm.KV{"general.type": "projector", "general.architecture": "clip"}, nil),
),
})