huckiyang commited on
Commit
48d11ff
·
verified ·
1 Parent(s): 3f52c40

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -45,6 +45,12 @@ per token. So keep the always-needed weights in RAM (attention, shared experts,
45
  norms, router, vision / audio towers) and **page the routed experts from SSD on demand**,
46
  letting the OS page cache hold the hot ones. This runs the omni build on a single Mac Studio.
47
 
 
 
 
 
 
 
48
  Tool: **[github.com/huckiyang/mlx-moe-offload](https://github.com/huckiyang/mlx-moe-offload)**
49
  (MIT) — a drop-in over mlx-lm's `SwitchGLU`.
50
 
 
45
  norms, router, vision / audio towers) and **page the routed experts from SSD on demand**,
46
  letting the OS page cache hold the hot ones. This runs the omni build on a single Mac Studio.
47
 
48
+ ## Sample text decoding (4-bit, greedy)
49
+
50
+ | Prompt | Generated continuation | Notes |
51
+ |---|---|---|
52
+ | `The capital of France is` | ` Paris. The capital of Italy is Rome. The capital of Spain is Madrid. The capital of Russia is Moscow.` | ~0.33 tok/s, SSD expert-offload |
53
+
54
  Tool: **[github.com/huckiyang/mlx-moe-offload](https://github.com/huckiyang/mlx-moe-offload)**
55
  (MIT) — a drop-in over mlx-lm's `SwitchGLU`.
56