Browse Source

int: add coverage for older models (#11137)

Verified these fail on 0.9.1 and pass on HEAD.
mxyng/gguf
Daniel Hiltgen 1 year ago
committed by GitHub
parent
commit
f2527b08fb
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      integration/model_arch_test.go

2
integration/model_arch_test.go

@ -45,6 +45,8 @@ var (
"qwen2.5-coder:latest",
"qwen:latest",
"solar-pro:latest",
"codellama:latest",
"nous-hermes:latest",
}
)

Loading…
Cancel
Save