Create template.json
Browse files- 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 |
+
}
|