smpanaro commited on
Commit
ea8ec06
1 Parent(s): 6dac1ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -16,6 +16,12 @@ All using 'CPU and Neural Engine' compute unit, measured in Xcode.
16
  |M1 Max|mlp-4bit-int8|4-bit int8 LUT + A8|6.02 |6.31 |
17
  |M1 Max|mlp-2bit-int8|2-bit int8 LUT + A8|6.00 |6.18 |
18
  |M1 Max|mlp-int8-int8|W8A8 |9.78 |9.94 |
 
 
 
 
 
 
19
 
20
  # Download
21
  ```
 
16
  |M1 Max|mlp-4bit-int8|4-bit int8 LUT + A8|6.02 |6.31 |
17
  |M1 Max|mlp-2bit-int8|2-bit int8 LUT + A8|6.00 |6.18 |
18
  |M1 Max|mlp-int8-int8|W8A8 |9.78 |9.94 |
19
+ |M4 |mlp-4bit |4-bit LUT |- |4.19 |
20
+ |M4 |mlp-2bit |2-bit LUT |- |3.83 |
21
+ |M4 |mlp-4bit-int8|4-bit int8 LUT + A8|- |4.14 |
22
+ |M4 |mlp-2bit-int8|2-bit int8 LUT + A8|- |3.83 |
23
+ |M4 |mlp-int8-int8|W8A8 |- |8.18 |
24
+
25
 
26
  # Download
27
  ```