jamesdumay commited on
Commit
83dba6c
·
verified ·
1 Parent(s): 56c0384

Add layer package for unsloth/GLM-5.1-GGUF:UD-Q4_K_XL (meshllm/GLM-5.1-UD-Q4_K_XL-layers)

Browse files
Files changed (1) hide show
  1. entries/unsloth/GLM-5.1-GGUF.json +25 -0
entries/unsloth/GLM-5.1-GGUF.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "source_repo": "unsloth/GLM-5.1-GGUF",
4
+ "variants": {
5
+ "GLM-5.1-UD-Q4_K_XL": {
6
+ "source": {
7
+ "repo": "unsloth/GLM-5.1-GGUF",
8
+ "file": "UD-Q4_K_XL/GLM-5.1-UD-Q4_K_XL-00001-of-00011.gguf",
9
+ "revision": "main"
10
+ },
11
+ "curated": {
12
+ "name": "GLM-5.1-UD-Q4_K_XL",
13
+ "size": "79 layers",
14
+ "description": "Layer package for unsloth/GLM-5.1-GGUF:UD-Q4_K_XL"
15
+ },
16
+ "packages": [
17
+ {
18
+ "type": "layer-package",
19
+ "repo": "meshllm/GLM-5.1-UD-Q4_K_XL-layers",
20
+ "layer_count": 79
21
+ }
22
+ ]
23
+ }
24
+ }
25
+ }