Exeyyy commited on
Commit
eb2022d
Β·
verified Β·
1 Parent(s): 521b6bb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +22 -22
README.md CHANGED
@@ -51,31 +51,31 @@ base model's vision tower untouched but was neither trained nor measured on imag
51
 
52
  ## Files
53
 
54
- All builds carry an importance matrix (imatrix) computed from the same calibration
55
- set used for Exe Guard Dynamic. Sizes are the built files.
 
 
 
 
 
 
56
 
57
  | File | Type | Bits | Size |
58
  |---|---|---|---|
59
- | `Exe-Core-Dynamic-v1-bf16.gguf` | full precision | 16 | 54.6 GB |
60
- | `Exe-Core-Dynamic-v1-Q8_0.gguf` | K/legacy | 8 | β€” |
61
- | `Exe-Core-Dynamic-v1-Q6_K.gguf` | K-quant | 6.5 | β€” |
62
- | `Exe-Core-Dynamic-v1-Q5_K_M.gguf` | K-quant | 5.5 | β€” |
63
- | **`Exe-Core-Dynamic-v1-Q4_K_M.gguf`** | **K-quant** | **4.8** | **β€”** |
64
- | `Exe-Core-Dynamic-v1-Q4_K_S.gguf` | K-quant | 4.5 | β€” |
65
- | `Exe-Core-Dynamic-v1-IQ4_XS.gguf` | I-quant | 4.25 | β€” |
66
- | `Exe-Core-Dynamic-v1-Q3_K_L.gguf` | K-quant | 4.0 | β€” |
67
- | `Exe-Core-Dynamic-v1-Q3_K_M.gguf` | K-quant | 3.9 | β€” |
68
- | `Exe-Core-Dynamic-v1-IQ3_M.gguf` | I-quant | 3.66 | β€” |
69
- | `Exe-Core-Dynamic-v1-IQ3_S.gguf` | I-quant | 3.44 | β€” |
70
- | `Exe-Core-Dynamic-v1-Q2_K.gguf` | K-quant | 3.0 | β€” |
71
- | `Exe-Core-Dynamic-v1-IQ2_M.gguf` | I-quant | 2.7 | β€” |
72
- | `Exe-Core-Dynamic-v1-IQ2_S.gguf` | I-quant | 2.5 | β€” |
73
- | `Exe-Core-Dynamic-v1-IQ2_XS.gguf` | I-quant | 2.06 | β€” |
74
- | `Exe-Core-Dynamic-v1-IQ1_M.gguf` | I-quant Β· experimental | 1.75 | β€” |
75
- | `Exe-Core-Dynamic-v1-IQ1_S.gguf` | I-quant Β· experimental | 1.56 | β€” |
76
-
77
- At low bit-widths the I-quants tend to hold up better than the K-quants of the
78
- same size. The 1-bit builds are included for the curious and are not recommended.
79
 
80
  ## Prompt and sampling
81
 
 
51
 
52
  ## Files
53
 
54
+ Sizes are the built files.
55
+
56
+ **No imatrix in this release.** Computing one for a 27B model on CPU ran past an
57
+ hour without finishing, and the builds were wanted sooner. The K-quants are
58
+ unaffected β€” they do not need one. `IQ4_XS` was built without it and is therefore
59
+ a little below what it could be; the deeper I-quants (IQ3 and below) were left out
60
+ rather than shipped in that state. A later release will add them with an imatrix
61
+ computed on a GPU.
62
 
63
  | File | Type | Bits | Size |
64
  |---|---|---|---|
65
+ | `Exe-Core-Dynamic-v1-bf16.gguf` | full precision | 16 | 54.7 GB |
66
+ | `Exe-Core-Dynamic-v1-Q8_0.gguf` | K/legacy | 8 | 29.0 GB |
67
+ | `Exe-Core-Dynamic-v1-Q6_K.gguf` | K-quant | 6.5 | 22.4 GB |
68
+ | `Exe-Core-Dynamic-v1-Q5_K_M.gguf` | K-quant | 5.5 | 19.5 GB |
69
+ | **`Exe-Core-Dynamic-v1-Q4_K_M.gguf`** | **K-quant** | **4.8** | **16.8 GB** |
70
+ | `Exe-Core-Dynamic-v1-Q4_K_S.gguf` | K-quant | 4.5 | 15.8 GB |
71
+ | `Exe-Core-Dynamic-v1-IQ4_XS.gguf` | I-quant | 4.25 | 15.4 GB |
72
+ | `Exe-Core-Dynamic-v1-Q3_K_L.gguf` | K-quant | 4.0 | 14.6 GB |
73
+ | `Exe-Core-Dynamic-v1-Q3_K_M.gguf` | K-quant | 3.9 | 13.5 GB |
74
+ | `Exe-Core-Dynamic-v1-Q2_K.gguf` | K-quant | 3.0 | 10.9 GB |
75
+
76
+ `Q4_K_M` is the recommended build: the usual sweet spot, and at 16.8 GB it fits a
77
+ 24 GB card. `Q2_K` at 10.9 GB is the smallest here β€” usable, but expect it to slip
78
+ on the harder tool decisions.
 
 
 
 
 
 
79
 
80
  ## Prompt and sampling
81