Snider Virgil commited on
Commit ·
3e54ccf
1
Parent(s): de0ced6
feat(targets): re-add lemma/lemmy/lemrd full 6-variant slots (Phase 2 done)
Browse filesThe Phase 2 family rollout is complete — all three LetheanNetwork bases
now have their gguf (Q4_K_M / Q8_0 / BF16) and mlx (Q4 / 8bit / BF16)
quants uploaded, with paired lthn/* LEK-merged consumer repos.
Fleet is now at the documented target shape: 4 models × 6 variants =
24 paired A/B canons. Workers will pick up the new targets on their
next `lem-eval.sh maintain` cycle.
Co-Authored-By: Virgil <virgil@lethean.io>
- targets.yaml +113 -8
targets.yaml
CHANGED
|
@@ -63,11 +63,116 @@ targets:
|
|
| 63 |
base: hf.co/LetheanNetwork/lemer:BF16
|
| 64 |
this: hf.co/lthn/lemer:BF16
|
| 65 |
|
| 66 |
-
# Lemma
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
base: hf.co/LetheanNetwork/lemer:BF16
|
| 64 |
this: hf.co/lthn/lemer:BF16
|
| 65 |
|
| 66 |
+
# Lemma — Gemma 4 E4B. Six fully paired quant slots.
|
| 67 |
+
|
| 68 |
+
- name: lemma
|
| 69 |
+
type: mlx
|
| 70 |
+
quant: Q4
|
| 71 |
+
base: LetheanNetwork/lemma-mlx
|
| 72 |
+
this: lthn/lemma-mlx
|
| 73 |
+
|
| 74 |
+
- name: lemma
|
| 75 |
+
type: mlx
|
| 76 |
+
quant: 8bit
|
| 77 |
+
base: LetheanNetwork/lemma-mlx-8bit
|
| 78 |
+
this: lthn/lemma-mlx-8bit
|
| 79 |
+
|
| 80 |
+
- name: lemma
|
| 81 |
+
type: mlx
|
| 82 |
+
quant: BF16
|
| 83 |
+
base: LetheanNetwork/lemma-mlx-bf16
|
| 84 |
+
this: lthn/lemma-mlx-bf16
|
| 85 |
+
|
| 86 |
+
- name: lemma
|
| 87 |
+
type: gguf
|
| 88 |
+
quant: Q4_K_M
|
| 89 |
+
base: hf.co/LetheanNetwork/lemma:Q4_K_M
|
| 90 |
+
this: hf.co/lthn/lemma:Q4_K_M
|
| 91 |
+
|
| 92 |
+
- name: lemma
|
| 93 |
+
type: gguf
|
| 94 |
+
quant: Q8_0
|
| 95 |
+
base: hf.co/LetheanNetwork/lemma:Q8_0
|
| 96 |
+
this: hf.co/lthn/lemma:Q8_0
|
| 97 |
+
|
| 98 |
+
- name: lemma
|
| 99 |
+
type: gguf
|
| 100 |
+
quant: BF16
|
| 101 |
+
base: hf.co/LetheanNetwork/lemma:BF16
|
| 102 |
+
this: hf.co/lthn/lemma:BF16
|
| 103 |
+
|
| 104 |
+
# Lemmy — Gemma 4 26B A4B MoE. Six fully paired quant slots.
|
| 105 |
+
|
| 106 |
+
- name: lemmy
|
| 107 |
+
type: mlx
|
| 108 |
+
quant: Q4
|
| 109 |
+
base: LetheanNetwork/lemmy-mlx
|
| 110 |
+
this: lthn/lemmy-mlx
|
| 111 |
+
|
| 112 |
+
- name: lemmy
|
| 113 |
+
type: mlx
|
| 114 |
+
quant: 8bit
|
| 115 |
+
base: LetheanNetwork/lemmy-mlx-8bit
|
| 116 |
+
this: lthn/lemmy-mlx-8bit
|
| 117 |
+
|
| 118 |
+
- name: lemmy
|
| 119 |
+
type: mlx
|
| 120 |
+
quant: BF16
|
| 121 |
+
base: LetheanNetwork/lemmy-mlx-bf16
|
| 122 |
+
this: lthn/lemmy-mlx-bf16
|
| 123 |
+
|
| 124 |
+
- name: lemmy
|
| 125 |
+
type: gguf
|
| 126 |
+
quant: Q4_K_M
|
| 127 |
+
base: hf.co/LetheanNetwork/lemmy:Q4_K_M
|
| 128 |
+
this: hf.co/lthn/lemmy:Q4_K_M
|
| 129 |
+
|
| 130 |
+
- name: lemmy
|
| 131 |
+
type: gguf
|
| 132 |
+
quant: Q8_0
|
| 133 |
+
base: hf.co/LetheanNetwork/lemmy:Q8_0
|
| 134 |
+
this: hf.co/lthn/lemmy:Q8_0
|
| 135 |
+
|
| 136 |
+
- name: lemmy
|
| 137 |
+
type: gguf
|
| 138 |
+
quant: BF16
|
| 139 |
+
base: hf.co/LetheanNetwork/lemmy:BF16
|
| 140 |
+
this: hf.co/lthn/lemmy:BF16
|
| 141 |
+
|
| 142 |
+
# Lemrd — Gemma 4 31B Dense. Six fully paired quant slots.
|
| 143 |
+
|
| 144 |
+
- name: lemrd
|
| 145 |
+
type: mlx
|
| 146 |
+
quant: Q4
|
| 147 |
+
base: LetheanNetwork/lemrd-mlx
|
| 148 |
+
this: lthn/lemrd-mlx
|
| 149 |
+
|
| 150 |
+
- name: lemrd
|
| 151 |
+
type: mlx
|
| 152 |
+
quant: 8bit
|
| 153 |
+
base: LetheanNetwork/lemrd-mlx-8bit
|
| 154 |
+
this: lthn/lemrd-mlx-8bit
|
| 155 |
+
|
| 156 |
+
- name: lemrd
|
| 157 |
+
type: mlx
|
| 158 |
+
quant: BF16
|
| 159 |
+
base: LetheanNetwork/lemrd-mlx-bf16
|
| 160 |
+
this: lthn/lemrd-mlx-bf16
|
| 161 |
+
|
| 162 |
+
- name: lemrd
|
| 163 |
+
type: gguf
|
| 164 |
+
quant: Q4_K_M
|
| 165 |
+
base: hf.co/LetheanNetwork/lemrd:Q4_K_M
|
| 166 |
+
this: hf.co/lthn/lemrd:Q4_K_M
|
| 167 |
+
|
| 168 |
+
- name: lemrd
|
| 169 |
+
type: gguf
|
| 170 |
+
quant: Q8_0
|
| 171 |
+
base: hf.co/LetheanNetwork/lemrd:Q8_0
|
| 172 |
+
this: hf.co/lthn/lemrd:Q8_0
|
| 173 |
+
|
| 174 |
+
- name: lemrd
|
| 175 |
+
type: gguf
|
| 176 |
+
quant: BF16
|
| 177 |
+
base: hf.co/LetheanNetwork/lemrd:BF16
|
| 178 |
+
this: hf.co/lthn/lemrd:BF16
|