huckiyang commited on
Commit
6467b43
·
verified ·
1 Parent(s): 4c1d7e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -42,7 +42,7 @@ 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
- ~315 GB doesn't fit a 192 GB Mac resident but an MoE only fires **6 of 256** experts per
46
  token, so you can keep the always-needed weights in RAM (attention, shared experts, embeddings,
47
  norms, router, vision/audio towers ≈ 35 GB) and **page the routed experts from SSD on demand**,
48
  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
+ ~315 GB doesn't fit a 192 GB Mac resident but an MoE only fires **6 of 256** experts per
46
  token, so you can keep the always-needed weights in RAM (attention, shared experts, embeddings,
47
  norms, router, vision/audio towers ≈ 35 GB) and **page the routed experts from SSD on demand**,
48
  letting the OS page cache hold the hot ones. This makes the 2-bit omni build runnable on one