Qwen2.5-Omni-3B-GGUF / template.json
nexaml's picture
Create template.json
24841a0 verified
raw
history blame contribute delete
500 Bytes
{
"Name": "nexaml/Qwen2.5-Omni-3B-GGUF", // Model Name
"Size": 3642962976, // not used when download
"ModelType": "vlm", // llm/vlm/embedder/reranker
"ModelFile": "Qwen2.5-Omni-3B-Q4_K_M.gguf", // main model file
"TokenizerFile": "mmproj-Qwen2.5-Omni-3B-Q8_0.gguf", // tokenizer file
"ExtraFiles": [ "config.json" ] // extra files like config file which model need
}