mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-11 00:07:07 +00:00
convert: qwen2 from safetensors (#8408)
Add native support for converting Qwen2 family models (including Qwen2.5) from safetensors to gguf format so we can run it.
This commit is contained in:
@@ -108,6 +108,7 @@ func TestConvertModel(t *testing.T) {
|
||||
"Phi-3-mini-128k-instruct",
|
||||
"all-MiniLM-L6-v2",
|
||||
"gemma-2-9b-it",
|
||||
"Qwen2.5-0.5B-Instruct",
|
||||
}
|
||||
|
||||
for i := range cases {
|
||||
|
||||
Reference in New Issue
Block a user