nexaml commited on
Commit
24841a0
·
verified ·
1 Parent(s): 43eda42

Create template.json

Browse files
Files changed (1) hide show
  1. template.json +8 -0
template.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Name": "nexaml/Qwen2.5-Omni-3B-GGUF", // Model Name
3
+ "Size": 3642962976, // not used when download
4
+ "ModelType": "vlm", // llm/vlm/embedder/reranker
5
+ "ModelFile": "Qwen2.5-Omni-3B-Q4_K_M.gguf", // main model file
6
+ "TokenizerFile": "mmproj-Qwen2.5-Omni-3B-Q8_0.gguf", // tokenizer file
7
+ "ExtraFiles": [ "config.json" ] // extra files like config file which model need
8
+ }