dancinlife commited on
Commit
2ffc029
·
verified ·
1 Parent(s): 0200469

SEO: English-only prompt samples

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -40,7 +40,7 @@ pip install -U mlx-lm # needs mlx-lm >= 0.31.3 (native gemma4 arch)
40
 
41
  # 4-bit — recommended for 16 GB / 24 GB Macs
42
  mlx_lm.generate --model dancinlab/supergemma4-e4b-abliterated-MLX-4bit \
43
- --prompt "안녕? 너는 누구야?" --max-tokens 60
44
 
45
  # interactive chat
46
  mlx_lm.chat --model dancinlab/supergemma4-e4b-abliterated-MLX-4bit
@@ -54,8 +54,8 @@ mlx_lm.chat --model dancinlab/supergemma4-e4b-abliterated-MLX-4bit
54
  | `-MLX-8bit` | 7.4 GB | 9.1 GB | ~6 | 32 GB+ Mac, higher fidelity |
55
  | `-MLX-bf16` | 14 GB | 8.6 GB | ~3 | reference, full precision |
56
 
57
- Verified: both `안녕? 너는 누구야?` (coherent Korean) and `2+2=` ( 4) on
58
- stock `mlx-lm==0.31.3`. **Text-only** — the upstream abliterated safetensors
59
  contain no vision/audio tower weights, so multimodal MLX is upstream-blocked,
60
  not a tooling limitation.
61
 
 
40
 
41
  # 4-bit — recommended for 16 GB / 24 GB Macs
42
  mlx_lm.generate --model dancinlab/supergemma4-e4b-abliterated-MLX-4bit \
43
+ --prompt "Who are you?" --max-tokens 60
44
 
45
  # interactive chat
46
  mlx_lm.chat --model dancinlab/supergemma4-e4b-abliterated-MLX-4bit
 
54
  | `-MLX-8bit` | 7.4 GB | 9.1 GB | ~6 | 32 GB+ Mac, higher fidelity |
55
  | `-MLX-bf16` | 14 GB | 8.6 GB | ~3 | reference, full precision |
56
 
57
+ Verified on stock `mlx-lm==0.31.3`: coherent multilingual output (English +
58
+ Korean) and correct arithmetic (`2+2=` → 4). **Text-only** — the upstream abliterated safetensors
59
  contain no vision/audio tower weights, so multimodal MLX is upstream-blocked,
60
  not a tooling limitation.
61