From f2527b08fba57d606e12cb21b583249c11724d7a Mon Sep 17 00:00:00 2001 From: Daniel Hiltgen Date: Thu, 19 Jun 2025 12:10:19 -0700 Subject: [PATCH] int: add coverage for older models (#11137) Verified these fail on 0.9.1 and pass on HEAD. --- integration/model_arch_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration/model_arch_test.go b/integration/model_arch_test.go index 6ce183d791..628b023116 100644 --- a/integration/model_arch_test.go +++ b/integration/model_arch_test.go @@ -45,6 +45,8 @@ var ( "qwen2.5-coder:latest", "qwen:latest", "solar-pro:latest", + "codellama:latest", + "nous-hermes:latest", } )