Commit 2a14634
authored
Port of bitnet1.58 with custom metal kernel (#331)
* Port mlx-lm bitnet1.58 ml-explore/mlx-lm#219
* update: Update relu2 function to use compile for shapeless input
* refactor: Update BitLinear & Format code
* update: Add quantization parameters to BaseConfiguration
* update: Improve error handling during weight pre-loading in ContentView
* update: Add bitnet_b1_58_2b_4t_4bit model configuration to LLMModelFactory
* update: Rename relu2 function to reluSquared and refactor implementation
* update: ACKNOWLEDGMENTS.md
* Improve the bitnet kernel
* remove: eliminate reluSquared function from Bitnet.swift
* refactor: update kernel1 parent 2fcd726 commit 2a14634
5 files changed
Lines changed: 529 additions & 7 deletions
File tree
- Applications/LLMEval
- Libraries
- MLXLLM
- Models
- MLXLMCommon
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | | - | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
137 | | - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
138 | 142 | | |
139 | 143 | | |
140 | 144 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
225 | 226 | | |
226 | 227 | | |
227 | 228 | | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
228 | 234 | | |
229 | 235 | | |
230 | 236 | | |
| |||
256 | 262 | | |
257 | 263 | | |
258 | 264 | | |
| 265 | + | |
259 | 266 | | |
260 | 267 | | |
261 | 268 | | |
| |||
0 commit comments