MichaelAnthony commited on
Commit
96b3495
·
verified ·
1 Parent(s): 50b31cb

Add oMLX oQ build matrix

Browse files
Files changed (1) hide show
  1. omlx_build_matrix.json +69 -0
omlx_build_matrix.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "source": ".",
3
+ "source_model_type": "gemma4",
4
+ "floating_point_variant": "gemma4-e2b-Snowfox-MLX-FP16",
5
+ "standard_mlx_quantization": false,
6
+ "notes": "Gemma 4 E2B multimodal source (vision + audio + text). oMLX oQ was validated against qwen3_5 (Hedgehog); Gemma 4 support is unverified until the first successful build on Apple Silicon.",
7
+ "variants": [
8
+ {
9
+ "name": "gemma4-e2b-Snowfox-MLX-oQ4",
10
+ "family": "oQ",
11
+ "oq_level": 4,
12
+ "enhanced": false,
13
+ "dtype": "float16",
14
+ "sensitivity_model_path": ".",
15
+ "preserve_mtp": false,
16
+ "text_only": false
17
+ },
18
+ {
19
+ "name": "gemma4-e2b-Snowfox-MLX-oQ6",
20
+ "family": "oQ",
21
+ "oq_level": 6,
22
+ "enhanced": false,
23
+ "dtype": "float16",
24
+ "sensitivity_model_path": ".",
25
+ "preserve_mtp": false,
26
+ "text_only": false
27
+ },
28
+ {
29
+ "name": "gemma4-e2b-Snowfox-MLX-oQ8",
30
+ "family": "oQ",
31
+ "oq_level": 8,
32
+ "enhanced": false,
33
+ "dtype": "float16",
34
+ "sensitivity_model_path": ".",
35
+ "preserve_mtp": false,
36
+ "text_only": false
37
+ },
38
+ {
39
+ "name": "gemma4-e2b-Snowfox-MLX-oQ4e",
40
+ "family": "oQe",
41
+ "oq_level": 4,
42
+ "enhanced": true,
43
+ "dtype": "float16",
44
+ "sensitivity_model_path": ".",
45
+ "preserve_mtp": false,
46
+ "text_only": false
47
+ },
48
+ {
49
+ "name": "gemma4-e2b-Snowfox-MLX-oQ6e",
50
+ "family": "oQe",
51
+ "oq_level": 6,
52
+ "enhanced": true,
53
+ "dtype": "float16",
54
+ "sensitivity_model_path": ".",
55
+ "preserve_mtp": false,
56
+ "text_only": false
57
+ },
58
+ {
59
+ "name": "gemma4-e2b-Snowfox-MLX-oQ8e",
60
+ "family": "oQe",
61
+ "oq_level": 8,
62
+ "enhanced": true,
63
+ "dtype": "float16",
64
+ "sensitivity_model_path": ".",
65
+ "preserve_mtp": false,
66
+ "text_only": false
67
+ }
68
+ ]
69
+ }