Mikrodev commited on
Commit
fff4647
·
verified ·
1 Parent(s): 5f904a2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -60,9 +60,11 @@ If you are choosing for the first time, start with [`Mikrodev/stcoder-qwen25-7b-
60
  | Build | File | Size | Free VRAM needed | In repo | Verdict |
61
  |---|---|---|---|---|---|
62
  | **Q8_0** | `gemma4_12b-tc.q8_0.gguf` | 11.80 GiB | 13.8 GiB | in this repo | **recommended**. Crashed on a 16 GiB card in our own testing at 8k context - if that happens, drop to Q6_K |
63
- | **Q6_K** | `gemma4_12b-tc.q6_k.gguf` | 9.11 GiB | 11.1 GiB | in this repo | fine — build used in the study below |
64
  | **Q4_K_M** | `gemma4_12b-tc.q4_k_m.gguf` | 6.87 GiB | 8.9 GiB | in this repo | not recommended |
65
 
 
 
66
  *Free VRAM* is the file plus roughly 2 GiB for the 8192-token context and runtime. Less than that
67
  and the runtime spills layers to system RAM: it still answers, but the speed figures below no
68
  longer apply. CPU-only and Apple unified memory work too — same arithmetic against system RAM,
 
60
  | Build | File | Size | Free VRAM needed | In repo | Verdict |
61
  |---|---|---|---|---|---|
62
  | **Q8_0** | `gemma4_12b-tc.q8_0.gguf` | 11.80 GiB | 13.8 GiB | in this repo | **recommended**. Crashed on a 16 GiB card in our own testing at 8k context - if that happens, drop to Q6_K |
63
+ | **Q6_K** | `gemma4_12b-tc.q6_k.gguf` | 9.11 GiB | 11.1 GiB | being uploaded | fine — build used in the study below |
64
  | **Q4_K_M** | `gemma4_12b-tc.q4_k_m.gguf` | 6.87 GiB | 8.9 GiB | in this repo | not recommended |
65
 
66
+ > **Still uploading:** Q6_K. If a download 404s that build has not landed yet — check the repo's *Files* tab, or take one marked *in this repo*.
67
+
68
  *Free VRAM* is the file plus roughly 2 GiB for the 8192-token context and runtime. Less than that
69
  and the runtime spills layers to system RAM: it still answers, but the speed figures below no
70
  longer apply. CPU-only and Apple unified memory work too — same arithmetic against system RAM,