nerkyor commited on
Commit
f584178
·
verified ·
1 Parent(s): af2c6c4

restore loadable Q3 single GGUF and MTP

Browse files
Files changed (1) hide show
  1. GGUF/Q3_LynnStyle/manifest.json +25 -0
GGUF/Q3_LynnStyle/manifest.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "release": "Q3_LynnStyle_single_file_v1",
3
+ "main": {
4
+ "file": "Qwen3.6-27B-DSV4Pro-GLM52-SFT-GPT55-RL-Coding-Q3-LynnStyle.gguf",
5
+ "size": 12934789280,
6
+ "sha256": "a1552bb1cc9a9b1319c81614cf6d0281f364c685c8a268752993ddf6200d272b",
7
+ "gguf_version": 3,
8
+ "architecture": "qwen35",
9
+ "file_type": "MOSTLY_IQ3_XS",
10
+ "tensor_count": 851
11
+ },
12
+ "mtp": {
13
+ "file": "Q3-imatrix-MTP-draft.gguf",
14
+ "size": 2019849184,
15
+ "sha256": "a1adfd293d8e96402f9b7ba1cdaa61bd1b89656810c2785ea7b0ca605dc33535",
16
+ "file_type": "MOSTLY_Q4_K_S",
17
+ "tensor_count": 18
18
+ },
19
+ "validation": {
20
+ "gguf_parse": true,
21
+ "spark_llama_cpp_build": "b9922-230ea9d21",
22
+ "bare_load_and_generation_smoke": true,
23
+ "mtp_load_and_generation_smoke": true
24
+ }
25
+ }