huckiyang commited on
Commit
807be6e
·
verified ·
1 Parent(s): 9d32e56

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -42,9 +42,9 @@ print(tok.decode(greedy_generate(model, config, ids, max_new_tokens=64)))
42
 
43
  ## Run on a single Mac with SSD expert-offload
44
 
45
- - See image of SSD expert-offload in: github.com/huckiyang/mlx-moe-offload
46
 
47
- ~315 GB doesn't fit a 192 GB Mac resident but an MoE only fires **6 of 256** experts per
48
  token, so you can keep the always-needed weights in RAM (attention, shared experts, embeddings,
49
  norms, router, vision/audio towers ≈ 35 GB) and **page the routed experts from SSD on demand**,
50
  letting the OS page cache hold the hot ones. This makes the 2-bit omni build runnable on one
 
42
 
43
  ## Run on a single Mac with SSD expert-offload
44
 
45
+ - See image of SSD expert-offload in: [github.com/huckiyang/mlx-moe-offload](https://github.com/huckiyang/mlx-moe-offload)
46
 
47
+ ~315 GB doesn't fit a 192 GB Mac resident but an MoE only fires **6 of 256** experts per
48
  token, so you can keep the always-needed weights in RAM (attention, shared experts, embeddings,
49
  norms, router, vision/audio towers ≈ 35 GB) and **page the routed experts from SSD on demand**,
50
  letting the OS page cache hold the hot ones. This makes the 2-bit omni build runnable on one