jamesdumay commited on
Commit
b76ab1e
·
verified ·
1 Parent(s): 392e9c8

Switch catalog to per-source entries

Browse files

Replace the single catalog_v1.json snapshot with one entry file per source repo under entries/<owner>/<repo>.json.

Files changed (32) hide show
  1. entries/Qwen/Qwen2.5-0.5B-Instruct-GGUF.json +23 -0
  2. entries/Qwen/Qwen2.5-3B-Instruct-GGUF.json +23 -0
  3. entries/Qwen/Qwen2.5-Coder-32B-Instruct-GGUF.json +23 -0
  4. entries/Qwen/Qwen2.5-Coder-7B-Instruct-GGUF.json +23 -0
  5. entries/Qwen/Qwen3-Coder-Next-GGUF.json +39 -0
  6. entries/bartowski/Hermes-2-Pro-Mistral-7B-GGUF.json +23 -0
  7. entries/bartowski/Llama-3.2-1B-Instruct-GGUF.json +23 -0
  8. entries/bartowski/Llama-3.2-3B-Instruct-GGUF.json +23 -0
  9. entries/bartowski/Qwen2.5-14B-Instruct-GGUF.json +23 -0
  10. entries/bartowski/Qwen2.5-32B-Instruct-GGUF.json +23 -0
  11. entries/bartowski/Qwen2.5-Coder-14B-Instruct-GGUF.json +23 -0
  12. entries/bartowski/google_gemma-3-1b-it-GGUF.json +23 -0
  13. entries/bartowski/google_gemma-3-27b-it-GGUF.json +23 -0
  14. entries/glogwa68/Llama-4-scout-GGUF.json +27 -0
  15. entries/unsloth/DeepSeek-R1-Distill-Qwen-14B-GGUF.json +23 -0
  16. entries/unsloth/DeepSeek-R1-Distill-Qwen-32B-GGUF.json +23 -0
  17. entries/unsloth/Devstral-Small-2505-GGUF.json +23 -0
  18. entries/unsloth/GLM-4-32B-0414-GGUF.json +23 -0
  19. entries/unsloth/GLM-4.7-Flash-GGUF.json +27 -0
  20. entries/unsloth/MiniMax-M2.5-GGUF.json +43 -0
  21. entries/unsloth/Mistral-Small-3.1-24B-Instruct-2503-GGUF.json +23 -0
  22. entries/unsloth/Qwen3-0.6B-GGUF.json +23 -0
  23. entries/unsloth/Qwen3-14B-GGUF.json +23 -0
  24. entries/unsloth/Qwen3-30B-A3B-GGUF.json +27 -0
  25. entries/unsloth/Qwen3-32B-GGUF.json +23 -0
  26. entries/unsloth/Qwen3-4B-GGUF.json +23 -0
  27. entries/unsloth/Qwen3-8B-GGUF.json +23 -0
  28. entries/unsloth/Qwen3-Coder-30B-A3B-Instruct-GGUF.json +27 -0
  29. entries/unsloth/Qwen3.5-0.8B-GGUF.json +27 -0
  30. entries/unsloth/Qwen3.5-4B-GGUF.json +27 -0
  31. entries/unsloth/Qwen3.5-9B-GGUF.json +27 -0
  32. entries/unsloth/gemma-3-12b-it-GGUF.json +23 -0
entries/Qwen/Qwen2.5-0.5B-Instruct-GGUF.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "source_repo": "Qwen/Qwen2.5-0.5B-Instruct-GGUF",
4
+ "variants": {
5
+ "qwen2.5-0.5b-instruct-q4_k_m": {
6
+ "source": {
7
+ "repo": "Qwen/Qwen2.5-0.5B-Instruct-GGUF",
8
+ "revision": "main",
9
+ "file": "qwen2.5-0.5b-instruct-q4_k_m.gguf"
10
+ },
11
+ "curated": {
12
+ "name": "Qwen2.5-0.5B-Instruct-Q4_K_M",
13
+ "size": "491MB",
14
+ "description": "Draft for Qwen2.5 and DeepSeek-R1-Distill models",
15
+ "draft": null,
16
+ "moe": null,
17
+ "extra_files": [],
18
+ "mmproj": null
19
+ },
20
+ "packages": []
21
+ }
22
+ }
23
+ }
entries/Qwen/Qwen2.5-3B-Instruct-GGUF.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "source_repo": "Qwen/Qwen2.5-3B-Instruct-GGUF",
4
+ "variants": {
5
+ "qwen2.5-3b-instruct-q4_k_m": {
6
+ "source": {
7
+ "repo": "Qwen/Qwen2.5-3B-Instruct-GGUF",
8
+ "revision": "main",
9
+ "file": "qwen2.5-3b-instruct-q4_k_m.gguf"
10
+ },
11
+ "curated": {
12
+ "name": "Qwen2.5-3B-Instruct-Q4_K_M",
13
+ "size": "2.1GB",
14
+ "description": "Small & fast general chat",
15
+ "draft": "Qwen2.5-0.5B-Instruct-Q4_K_M",
16
+ "moe": null,
17
+ "extra_files": [],
18
+ "mmproj": null
19
+ },
20
+ "packages": []
21
+ }
22
+ }
23
+ }
entries/Qwen/Qwen2.5-Coder-32B-Instruct-GGUF.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "source_repo": "Qwen/Qwen2.5-Coder-32B-Instruct-GGUF",
4
+ "variants": {
5
+ "qwen2.5-coder-32b-instruct-q4_k_m": {
6
+ "source": {
7
+ "repo": "Qwen/Qwen2.5-Coder-32B-Instruct-GGUF",
8
+ "revision": "main",
9
+ "file": "qwen2.5-coder-32b-instruct-q4_k_m.gguf"
10
+ },
11
+ "curated": {
12
+ "name": "Qwen2.5-Coder-32B-Instruct-Q4_K_M",
13
+ "size": "20GB",
14
+ "description": "Top-tier code gen, matches GPT-4o on code",
15
+ "draft": "Qwen2.5-0.5B-Instruct-Q4_K_M",
16
+ "moe": null,
17
+ "extra_files": [],
18
+ "mmproj": null
19
+ },
20
+ "packages": []
21
+ }
22
+ }
23
+ }
entries/Qwen/Qwen2.5-Coder-7B-Instruct-GGUF.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "source_repo": "Qwen/Qwen2.5-Coder-7B-Instruct-GGUF",
4
+ "variants": {
5
+ "qwen2.5-coder-7b-instruct-q4_k_m": {
6
+ "source": {
7
+ "repo": "Qwen/Qwen2.5-Coder-7B-Instruct-GGUF",
8
+ "revision": "main",
9
+ "file": "qwen2.5-coder-7b-instruct-q4_k_m.gguf"
10
+ },
11
+ "curated": {
12
+ "name": "Qwen2.5-Coder-7B-Instruct-Q4_K_M",
13
+ "size": "4.4GB",
14
+ "description": "Code generation & completion",
15
+ "draft": "Qwen2.5-0.5B-Instruct-Q4_K_M",
16
+ "moe": null,
17
+ "extra_files": [],
18
+ "mmproj": null
19
+ },
20
+ "packages": []
21
+ }
22
+ }
23
+ }
entries/Qwen/Qwen3-Coder-Next-GGUF.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "source_repo": "Qwen/Qwen3-Coder-Next-GGUF",
4
+ "variants": {
5
+ "Qwen3-Coder-Next-Q4_K_M/Qwen3-Coder-Next-Q4_K_M-00001-of-00004": {
6
+ "source": {
7
+ "repo": "Qwen/Qwen3-Coder-Next-GGUF",
8
+ "revision": "main",
9
+ "file": "Qwen3-Coder-Next-Q4_K_M/Qwen3-Coder-Next-Q4_K_M-00001-of-00004.gguf"
10
+ },
11
+ "curated": {
12
+ "name": "Qwen3-Coder-Next-Q4_K_M",
13
+ "size": "48GB",
14
+ "description": "Qwen3 Coder Next ~85B dense, frontier coding model",
15
+ "draft": null,
16
+ "moe": null,
17
+ "extra_files": [
18
+ {
19
+ "file": "Qwen3-Coder-Next-Q4_K_M-00002-of-00004.gguf",
20
+ "repo": "Qwen/Qwen3-Coder-Next-GGUF",
21
+ "revision": "main"
22
+ },
23
+ {
24
+ "file": "Qwen3-Coder-Next-Q4_K_M-00003-of-00004.gguf",
25
+ "repo": "Qwen/Qwen3-Coder-Next-GGUF",
26
+ "revision": "main"
27
+ },
28
+ {
29
+ "file": "Qwen3-Coder-Next-Q4_K_M-00004-of-00004.gguf",
30
+ "repo": "Qwen/Qwen3-Coder-Next-GGUF",
31
+ "revision": "main"
32
+ }
33
+ ],
34
+ "mmproj": null
35
+ },
36
+ "packages": []
37
+ }
38
+ }
39
+ }
entries/bartowski/Hermes-2-Pro-Mistral-7B-GGUF.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "source_repo": "bartowski/Hermes-2-Pro-Mistral-7B-GGUF",
4
+ "variants": {
5
+ "Hermes-2-Pro-Mistral-7B-Q4_K_M": {
6
+ "source": {
7
+ "repo": "bartowski/Hermes-2-Pro-Mistral-7B-GGUF",
8
+ "revision": "main",
9
+ "file": "Hermes-2-Pro-Mistral-7B-Q4_K_M.gguf"
10
+ },
11
+ "curated": {
12
+ "name": "Hermes-2-Pro-Mistral-7B-Q4_K_M",
13
+ "size": "4.4GB",
14
+ "description": "Goose default, strong tool calling for agents",
15
+ "draft": null,
16
+ "moe": null,
17
+ "extra_files": [],
18
+ "mmproj": null
19
+ },
20
+ "packages": []
21
+ }
22
+ }
23
+ }
entries/bartowski/Llama-3.2-1B-Instruct-GGUF.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "source_repo": "bartowski/Llama-3.2-1B-Instruct-GGUF",
4
+ "variants": {
5
+ "Llama-3.2-1B-Instruct-Q4_K_M": {
6
+ "source": {
7
+ "repo": "bartowski/Llama-3.2-1B-Instruct-GGUF",
8
+ "revision": "main",
9
+ "file": "Llama-3.2-1B-Instruct-Q4_K_M.gguf"
10
+ },
11
+ "curated": {
12
+ "name": "Llama-3.2-1B-Instruct-Q4_K_M",
13
+ "size": "760MB",
14
+ "description": "Draft for Llama 3.x and Llama 4 models",
15
+ "draft": null,
16
+ "moe": null,
17
+ "extra_files": [],
18
+ "mmproj": null
19
+ },
20
+ "packages": []
21
+ }
22
+ }
23
+ }
entries/bartowski/Llama-3.2-3B-Instruct-GGUF.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "source_repo": "bartowski/Llama-3.2-3B-Instruct-GGUF",
4
+ "variants": {
5
+ "Llama-3.2-3B-Instruct-Q4_K_M": {
6
+ "source": {
7
+ "repo": "bartowski/Llama-3.2-3B-Instruct-GGUF",
8
+ "revision": "main",
9
+ "file": "Llama-3.2-3B-Instruct-Q4_K_M.gguf"
10
+ },
11
+ "curated": {
12
+ "name": "Llama-3.2-3B-Instruct-Q4_K_M",
13
+ "size": "2.0GB",
14
+ "description": "Meta Llama 3.2, goose default, good tool calling",
15
+ "draft": "Llama-3.2-1B-Instruct-Q4_K_M",
16
+ "moe": null,
17
+ "extra_files": [],
18
+ "mmproj": null
19
+ },
20
+ "packages": []
21
+ }
22
+ }
23
+ }
entries/bartowski/Qwen2.5-14B-Instruct-GGUF.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "source_repo": "bartowski/Qwen2.5-14B-Instruct-GGUF",
4
+ "variants": {
5
+ "Qwen2.5-14B-Instruct-Q4_K_M": {
6
+ "source": {
7
+ "repo": "bartowski/Qwen2.5-14B-Instruct-GGUF",
8
+ "revision": "main",
9
+ "file": "Qwen2.5-14B-Instruct-Q4_K_M.gguf"
10
+ },
11
+ "curated": {
12
+ "name": "Qwen2.5-14B-Instruct-Q4_K_M",
13
+ "size": "9.0GB",
14
+ "description": "Solid general chat",
15
+ "draft": "Qwen2.5-0.5B-Instruct-Q4_K_M",
16
+ "moe": null,
17
+ "extra_files": [],
18
+ "mmproj": null
19
+ },
20
+ "packages": []
21
+ }
22
+ }
23
+ }
entries/bartowski/Qwen2.5-32B-Instruct-GGUF.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "source_repo": "bartowski/Qwen2.5-32B-Instruct-GGUF",
4
+ "variants": {
5
+ "Qwen2.5-32B-Instruct-Q4_K_M": {
6
+ "source": {
7
+ "repo": "bartowski/Qwen2.5-32B-Instruct-GGUF",
8
+ "revision": "main",
9
+ "file": "Qwen2.5-32B-Instruct-Q4_K_M.gguf"
10
+ },
11
+ "curated": {
12
+ "name": "Qwen2.5-32B-Instruct-Q4_K_M",
13
+ "size": "20GB",
14
+ "description": "Proven general chat",
15
+ "draft": "Qwen2.5-0.5B-Instruct-Q4_K_M",
16
+ "moe": null,
17
+ "extra_files": [],
18
+ "mmproj": null
19
+ },
20
+ "packages": []
21
+ }
22
+ }
23
+ }
entries/bartowski/Qwen2.5-Coder-14B-Instruct-GGUF.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "source_repo": "bartowski/Qwen2.5-Coder-14B-Instruct-GGUF",
4
+ "variants": {
5
+ "Qwen2.5-Coder-14B-Instruct-Q4_K_M": {
6
+ "source": {
7
+ "repo": "bartowski/Qwen2.5-Coder-14B-Instruct-GGUF",
8
+ "revision": "main",
9
+ "file": "Qwen2.5-Coder-14B-Instruct-Q4_K_M.gguf"
10
+ },
11
+ "curated": {
12
+ "name": "Qwen2.5-Coder-14B-Instruct-Q4_K_M",
13
+ "size": "9.0GB",
14
+ "description": "Strong code gen, fills gap between 7B and 32B",
15
+ "draft": "Qwen2.5-0.5B-Instruct-Q4_K_M",
16
+ "moe": null,
17
+ "extra_files": [],
18
+ "mmproj": null
19
+ },
20
+ "packages": []
21
+ }
22
+ }
23
+ }
entries/bartowski/google_gemma-3-1b-it-GGUF.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "source_repo": "bartowski/google_gemma-3-1b-it-GGUF",
4
+ "variants": {
5
+ "google_gemma-3-1b-it-Q4_K_M": {
6
+ "source": {
7
+ "repo": "bartowski/google_gemma-3-1b-it-GGUF",
8
+ "revision": "main",
9
+ "file": "google_gemma-3-1b-it-Q4_K_M.gguf"
10
+ },
11
+ "curated": {
12
+ "name": "Gemma-3-1B-it-Q4_K_M",
13
+ "size": "780MB",
14
+ "description": "Draft for Gemma 3 models",
15
+ "draft": null,
16
+ "moe": null,
17
+ "extra_files": [],
18
+ "mmproj": null
19
+ },
20
+ "packages": []
21
+ }
22
+ }
23
+ }
entries/bartowski/google_gemma-3-27b-it-GGUF.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "source_repo": "bartowski/google_gemma-3-27b-it-GGUF",
4
+ "variants": {
5
+ "google_gemma-3-27b-it-Q4_K_M": {
6
+ "source": {
7
+ "repo": "bartowski/google_gemma-3-27b-it-GGUF",
8
+ "revision": "main",
9
+ "file": "google_gemma-3-27b-it-Q4_K_M.gguf"
10
+ },
11
+ "curated": {
12
+ "name": "Gemma-3-27B-it-Q4_K_M",
13
+ "size": "17GB",
14
+ "description": "Google Gemma 3 27B, strong reasoning",
15
+ "draft": "Gemma-3-1B-it-Q4_K_M",
16
+ "moe": null,
17
+ "extra_files": [],
18
+ "mmproj": null
19
+ },
20
+ "packages": []
21
+ }
22
+ }
23
+ }
entries/glogwa68/Llama-4-scout-GGUF.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "source_repo": "glogwa68/Llama-4-scout-GGUF",
4
+ "variants": {
5
+ "Llama-4-Scout-4bit-Q4_K_M": {
6
+ "source": {
7
+ "repo": "glogwa68/Llama-4-scout-GGUF",
8
+ "revision": "main",
9
+ "file": "Llama-4-Scout-4bit-Q4_K_M.gguf"
10
+ },
11
+ "curated": {
12
+ "name": "Llama-4-Scout-Q4_K_M",
13
+ "size": "22.5GB",
14
+ "description": "MoE 109B/17B active, 16 experts top-1, Meta latest, tool calling",
15
+ "draft": null,
16
+ "moe": {
17
+ "n_expert": 16,
18
+ "n_expert_used": 1,
19
+ "min_experts_per_node": 6
20
+ },
21
+ "extra_files": [],
22
+ "mmproj": null
23
+ },
24
+ "packages": []
25
+ }
26
+ }
27
+ }
entries/unsloth/DeepSeek-R1-Distill-Qwen-14B-GGUF.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "source_repo": "unsloth/DeepSeek-R1-Distill-Qwen-14B-GGUF",
4
+ "variants": {
5
+ "DeepSeek-R1-Distill-Qwen-14B-Q4_K_M": {
6
+ "source": {
7
+ "repo": "unsloth/DeepSeek-R1-Distill-Qwen-14B-GGUF",
8
+ "revision": "main",
9
+ "file": "DeepSeek-R1-Distill-Qwen-14B-Q4_K_M.gguf"
10
+ },
11
+ "curated": {
12
+ "name": "DeepSeek-R1-Distill-Qwen-14B-Q4_K_M",
13
+ "size": "9.0GB",
14
+ "description": "DeepSeek R1 reasoning distilled into Qwen 14B",
15
+ "draft": "Qwen2.5-0.5B-Instruct-Q4_K_M",
16
+ "moe": null,
17
+ "extra_files": [],
18
+ "mmproj": null
19
+ },
20
+ "packages": []
21
+ }
22
+ }
23
+ }
entries/unsloth/DeepSeek-R1-Distill-Qwen-32B-GGUF.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "source_repo": "unsloth/DeepSeek-R1-Distill-Qwen-32B-GGUF",
4
+ "variants": {
5
+ "DeepSeek-R1-Distill-Qwen-32B-Q4_K_M": {
6
+ "source": {
7
+ "repo": "unsloth/DeepSeek-R1-Distill-Qwen-32B-GGUF",
8
+ "revision": "main",
9
+ "file": "DeepSeek-R1-Distill-Qwen-32B-Q4_K_M.gguf"
10
+ },
11
+ "curated": {
12
+ "name": "DeepSeek-R1-Distill-Qwen-32B-Q4_K_M",
13
+ "size": "19.9GB",
14
+ "description": "DeepSeek R1 reasoning distilled into Qwen 32B",
15
+ "draft": "Qwen2.5-0.5B-Instruct-Q4_K_M",
16
+ "moe": null,
17
+ "extra_files": [],
18
+ "mmproj": null
19
+ },
20
+ "packages": []
21
+ }
22
+ }
23
+ }
entries/unsloth/Devstral-Small-2505-GGUF.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "source_repo": "unsloth/Devstral-Small-2505-GGUF",
4
+ "variants": {
5
+ "Devstral-Small-2505-Q4_K_M": {
6
+ "source": {
7
+ "repo": "unsloth/Devstral-Small-2505-GGUF",
8
+ "revision": "main",
9
+ "file": "Devstral-Small-2505-Q4_K_M.gguf"
10
+ },
11
+ "curated": {
12
+ "name": "Devstral-Small-2505-Q4_K_M",
13
+ "size": "14.3GB",
14
+ "description": "Mistral agentic coding, tool use",
15
+ "draft": null,
16
+ "moe": null,
17
+ "extra_files": [],
18
+ "mmproj": null
19
+ },
20
+ "packages": []
21
+ }
22
+ }
23
+ }
entries/unsloth/GLM-4-32B-0414-GGUF.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "source_repo": "unsloth/GLM-4-32B-0414-GGUF",
4
+ "variants": {
5
+ "GLM-4-32B-0414-Q4_K_M": {
6
+ "source": {
7
+ "repo": "unsloth/GLM-4-32B-0414-GGUF",
8
+ "revision": "main",
9
+ "file": "GLM-4-32B-0414-Q4_K_M.gguf"
10
+ },
11
+ "curated": {
12
+ "name": "GLM-4-32B-0414-Q4_K_M",
13
+ "size": "19.7GB",
14
+ "description": "Strong 32B, good tool calling",
15
+ "draft": null,
16
+ "moe": null,
17
+ "extra_files": [],
18
+ "mmproj": null
19
+ },
20
+ "packages": []
21
+ }
22
+ }
23
+ }
entries/unsloth/GLM-4.7-Flash-GGUF.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "source_repo": "unsloth/GLM-4.7-Flash-GGUF",
4
+ "variants": {
5
+ "GLM-4.7-Flash-Q4_K_M": {
6
+ "source": {
7
+ "repo": "unsloth/GLM-4.7-Flash-GGUF",
8
+ "revision": "main",
9
+ "file": "GLM-4.7-Flash-Q4_K_M.gguf"
10
+ },
11
+ "curated": {
12
+ "name": "GLM-4.7-Flash-Q4_K_M",
13
+ "size": "18GB",
14
+ "description": "MoE 30B/3B active, 64 experts top-4, fast inference, tool calling",
15
+ "draft": null,
16
+ "moe": {
17
+ "n_expert": 64,
18
+ "n_expert_used": 4,
19
+ "min_experts_per_node": 24
20
+ },
21
+ "extra_files": [],
22
+ "mmproj": null
23
+ },
24
+ "packages": []
25
+ }
26
+ }
27
+ }
entries/unsloth/MiniMax-M2.5-GGUF.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "source_repo": "unsloth/MiniMax-M2.5-GGUF",
4
+ "variants": {
5
+ "Q4_K_M/MiniMax-M2.5-Q4_K_M-00001-of-00004": {
6
+ "source": {
7
+ "repo": "unsloth/MiniMax-M2.5-GGUF",
8
+ "revision": "main",
9
+ "file": "Q4_K_M/MiniMax-M2.5-Q4_K_M-00001-of-00004.gguf"
10
+ },
11
+ "curated": {
12
+ "name": "MiniMax-M2.5-Q4_K_M",
13
+ "size": "138GB",
14
+ "description": "MiniMax-M2.5 MoE 456B/46B active, 256 experts top-8, Q4_K_M",
15
+ "draft": null,
16
+ "moe": {
17
+ "n_expert": 256,
18
+ "n_expert_used": 8,
19
+ "min_experts_per_node": 96
20
+ },
21
+ "extra_files": [
22
+ {
23
+ "file": "MiniMax-M2.5-Q4_K_M-00002-of-00004.gguf",
24
+ "repo": "unsloth/MiniMax-M2.5-GGUF",
25
+ "revision": "main"
26
+ },
27
+ {
28
+ "file": "MiniMax-M2.5-Q4_K_M-00003-of-00004.gguf",
29
+ "repo": "unsloth/MiniMax-M2.5-GGUF",
30
+ "revision": "main"
31
+ },
32
+ {
33
+ "file": "MiniMax-M2.5-Q4_K_M-00004-of-00004.gguf",
34
+ "repo": "unsloth/MiniMax-M2.5-GGUF",
35
+ "revision": "main"
36
+ }
37
+ ],
38
+ "mmproj": null
39
+ },
40
+ "packages": []
41
+ }
42
+ }
43
+ }
entries/unsloth/Mistral-Small-3.1-24B-Instruct-2503-GGUF.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "source_repo": "unsloth/Mistral-Small-3.1-24B-Instruct-2503-GGUF",
4
+ "variants": {
5
+ "Mistral-Small-3.1-24B-Instruct-2503-Q4_K_M": {
6
+ "source": {
7
+ "repo": "unsloth/Mistral-Small-3.1-24B-Instruct-2503-GGUF",
8
+ "revision": "main",
9
+ "file": "Mistral-Small-3.1-24B-Instruct-2503-Q4_K_M.gguf"
10
+ },
11
+ "curated": {
12
+ "name": "Mistral-Small-3.1-24B-Instruct-Q4_K_M",
13
+ "size": "14.3GB",
14
+ "description": "Mistral general chat, good tool calling",
15
+ "draft": null,
16
+ "moe": null,
17
+ "extra_files": [],
18
+ "mmproj": null
19
+ },
20
+ "packages": []
21
+ }
22
+ }
23
+ }
entries/unsloth/Qwen3-0.6B-GGUF.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "source_repo": "unsloth/Qwen3-0.6B-GGUF",
4
+ "variants": {
5
+ "Qwen3-0.6B-Q4_K_M": {
6
+ "source": {
7
+ "repo": "unsloth/Qwen3-0.6B-GGUF",
8
+ "revision": "main",
9
+ "file": "Qwen3-0.6B-Q4_K_M.gguf"
10
+ },
11
+ "curated": {
12
+ "name": "Qwen3-0.6B-Q4_K_M",
13
+ "size": "397MB",
14
+ "description": "Draft for Qwen3 models",
15
+ "draft": null,
16
+ "moe": null,
17
+ "extra_files": [],
18
+ "mmproj": null
19
+ },
20
+ "packages": []
21
+ }
22
+ }
23
+ }
entries/unsloth/Qwen3-14B-GGUF.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "source_repo": "unsloth/Qwen3-14B-GGUF",
4
+ "variants": {
5
+ "Qwen3-14B-Q4_K_M": {
6
+ "source": {
7
+ "repo": "unsloth/Qwen3-14B-GGUF",
8
+ "revision": "main",
9
+ "file": "Qwen3-14B-Q4_K_M.gguf"
10
+ },
11
+ "curated": {
12
+ "name": "Qwen3-14B-Q4_K_M",
13
+ "size": "9.0GB",
14
+ "description": "Qwen3 strong chat, thinking modes",
15
+ "draft": "Qwen3-0.6B-Q4_K_M",
16
+ "moe": null,
17
+ "extra_files": [],
18
+ "mmproj": null
19
+ },
20
+ "packages": []
21
+ }
22
+ }
23
+ }
entries/unsloth/Qwen3-30B-A3B-GGUF.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "source_repo": "unsloth/Qwen3-30B-A3B-GGUF",
4
+ "variants": {
5
+ "Qwen3-30B-A3B-Q4_K_M": {
6
+ "source": {
7
+ "repo": "unsloth/Qwen3-30B-A3B-GGUF",
8
+ "revision": "main",
9
+ "file": "Qwen3-30B-A3B-Q4_K_M.gguf"
10
+ },
11
+ "curated": {
12
+ "name": "Qwen3-30B-A3B-Q4_K_M",
13
+ "size": "17.3GB",
14
+ "description": "MoE general chat, 128 experts top-8, thinking/non-thinking",
15
+ "draft": "Qwen3-0.6B-Q4_K_M",
16
+ "moe": {
17
+ "n_expert": 128,
18
+ "n_expert_used": 8,
19
+ "min_experts_per_node": 46
20
+ },
21
+ "extra_files": [],
22
+ "mmproj": null
23
+ },
24
+ "packages": []
25
+ }
26
+ }
27
+ }
entries/unsloth/Qwen3-32B-GGUF.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "source_repo": "unsloth/Qwen3-32B-GGUF",
4
+ "variants": {
5
+ "Qwen3-32B-Q4_K_M": {
6
+ "source": {
7
+ "repo": "unsloth/Qwen3-32B-GGUF",
8
+ "revision": "main",
9
+ "file": "Qwen3-32B-Q4_K_M.gguf"
10
+ },
11
+ "curated": {
12
+ "name": "Qwen3-32B-Q4_K_M",
13
+ "size": "19.8GB",
14
+ "description": "Best Qwen3 dense, thinking/non-thinking modes",
15
+ "draft": "Qwen3-0.6B-Q4_K_M",
16
+ "moe": null,
17
+ "extra_files": [],
18
+ "mmproj": null
19
+ },
20
+ "packages": []
21
+ }
22
+ }
23
+ }
entries/unsloth/Qwen3-4B-GGUF.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "source_repo": "unsloth/Qwen3-4B-GGUF",
4
+ "variants": {
5
+ "Qwen3-4B-Q4_K_M": {
6
+ "source": {
7
+ "repo": "unsloth/Qwen3-4B-GGUF",
8
+ "revision": "main",
9
+ "file": "Qwen3-4B-Q4_K_M.gguf"
10
+ },
11
+ "curated": {
12
+ "name": "Qwen3-4B-Q4_K_M",
13
+ "size": "2.5GB",
14
+ "description": "Qwen3 starter, thinking/non-thinking modes",
15
+ "draft": "Qwen3-0.6B-Q4_K_M",
16
+ "moe": null,
17
+ "extra_files": [],
18
+ "mmproj": null
19
+ },
20
+ "packages": []
21
+ }
22
+ }
23
+ }
entries/unsloth/Qwen3-8B-GGUF.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "source_repo": "unsloth/Qwen3-8B-GGUF",
4
+ "variants": {
5
+ "Qwen3-8B-Q4_K_M": {
6
+ "source": {
7
+ "repo": "unsloth/Qwen3-8B-GGUF",
8
+ "revision": "main",
9
+ "file": "Qwen3-8B-Q4_K_M.gguf"
10
+ },
11
+ "curated": {
12
+ "name": "Qwen3-8B-Q4_K_M",
13
+ "size": "5.0GB",
14
+ "description": "Qwen3 mid-tier, strong for its size",
15
+ "draft": "Qwen3-0.6B-Q4_K_M",
16
+ "moe": null,
17
+ "extra_files": [],
18
+ "mmproj": null
19
+ },
20
+ "packages": []
21
+ }
22
+ }
23
+ }
entries/unsloth/Qwen3-Coder-30B-A3B-Instruct-GGUF.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "source_repo": "unsloth/Qwen3-Coder-30B-A3B-Instruct-GGUF",
4
+ "variants": {
5
+ "Qwen3-Coder-30B-A3B-Instruct-Q4_K_M": {
6
+ "source": {
7
+ "repo": "unsloth/Qwen3-Coder-30B-A3B-Instruct-GGUF",
8
+ "revision": "main",
9
+ "file": "Qwen3-Coder-30B-A3B-Instruct-Q4_K_M.gguf"
10
+ },
11
+ "curated": {
12
+ "name": "Qwen3-Coder-30B-A3B-Instruct-Q4_K_M",
13
+ "size": "18.6GB",
14
+ "description": "MoE agentic coding, tool use, 128 experts top-8",
15
+ "draft": "Qwen3-0.6B-Q4_K_M",
16
+ "moe": {
17
+ "n_expert": 128,
18
+ "n_expert_used": 8,
19
+ "min_experts_per_node": 46
20
+ },
21
+ "extra_files": [],
22
+ "mmproj": null
23
+ },
24
+ "packages": []
25
+ }
26
+ }
27
+ }
entries/unsloth/Qwen3.5-0.8B-GGUF.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "source_repo": "unsloth/Qwen3.5-0.8B-GGUF",
4
+ "variants": {
5
+ "Qwen3.5-0.8B-Q4_K_M": {
6
+ "source": {
7
+ "repo": "unsloth/Qwen3.5-0.8B-GGUF",
8
+ "revision": "main",
9
+ "file": "Qwen3.5-0.8B-Q4_K_M.gguf"
10
+ },
11
+ "curated": {
12
+ "name": "Qwen3.5-0.8B-Vision-Q4_K_M",
13
+ "size": "508MB",
14
+ "description": "Tiny vision model, OCR, screenshots, runs anywhere",
15
+ "draft": null,
16
+ "moe": null,
17
+ "extra_files": [],
18
+ "mmproj": {
19
+ "file": "Qwen3.5-0.8B-mmproj-BF16.gguf",
20
+ "repo": "unsloth/Qwen3.5-0.8B-GGUF",
21
+ "revision": "main"
22
+ }
23
+ },
24
+ "packages": []
25
+ }
26
+ }
27
+ }
entries/unsloth/Qwen3.5-4B-GGUF.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "source_repo": "unsloth/Qwen3.5-4B-GGUF",
4
+ "variants": {
5
+ "Qwen3.5-4B-Q4_K_M": {
6
+ "source": {
7
+ "repo": "unsloth/Qwen3.5-4B-GGUF",
8
+ "revision": "main",
9
+ "file": "Qwen3.5-4B-Q4_K_M.gguf"
10
+ },
11
+ "curated": {
12
+ "name": "Qwen3.5-4B-Vision-Q4_K_M",
13
+ "size": "2.7GB",
14
+ "description": "Small vision model, good quality/size balance",
15
+ "draft": null,
16
+ "moe": null,
17
+ "extra_files": [],
18
+ "mmproj": {
19
+ "file": "Qwen3.5-4B-mmproj-BF16.gguf",
20
+ "repo": "unsloth/Qwen3.5-4B-GGUF",
21
+ "revision": "main"
22
+ }
23
+ },
24
+ "packages": []
25
+ }
26
+ }
27
+ }
entries/unsloth/Qwen3.5-9B-GGUF.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "source_repo": "unsloth/Qwen3.5-9B-GGUF",
4
+ "variants": {
5
+ "Qwen3.5-9B-Q4_K_M": {
6
+ "source": {
7
+ "repo": "unsloth/Qwen3.5-9B-GGUF",
8
+ "revision": "main",
9
+ "file": "Qwen3.5-9B-Q4_K_M.gguf"
10
+ },
11
+ "curated": {
12
+ "name": "Qwen3.5-9B-Vision-Q4_K_M",
13
+ "size": "5.8GB",
14
+ "description": "Vision + text, replaces Qwen3-8B with image understanding",
15
+ "draft": null,
16
+ "moe": null,
17
+ "extra_files": [],
18
+ "mmproj": {
19
+ "file": "Qwen3.5-9B-mmproj-BF16.gguf",
20
+ "repo": "unsloth/Qwen3.5-9B-GGUF",
21
+ "revision": "main"
22
+ }
23
+ },
24
+ "packages": []
25
+ }
26
+ }
27
+ }
entries/unsloth/gemma-3-12b-it-GGUF.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "source_repo": "unsloth/gemma-3-12b-it-GGUF",
4
+ "variants": {
5
+ "gemma-3-12b-it-Q4_K_M": {
6
+ "source": {
7
+ "repo": "unsloth/gemma-3-12b-it-GGUF",
8
+ "revision": "main",
9
+ "file": "gemma-3-12b-it-Q4_K_M.gguf"
10
+ },
11
+ "curated": {
12
+ "name": "Gemma-3-12B-it-Q4_K_M",
13
+ "size": "7.3GB",
14
+ "description": "Google Gemma 3 12B, punches above weight",
15
+ "draft": "Gemma-3-1B-it-Q4_K_M",
16
+ "moe": null,
17
+ "extra_files": [],
18
+ "mmproj": null
19
+ },
20
+ "packages": []
21
+ }
22
+ }
23
+ }