1 parent 1a1da24 commit 41d5f86Copy full SHA for 41d5f86
1 file changed
RELEASE.md
@@ -1,3 +1,13 @@
1
+First stable release. Emily runs `Nx` computations on Apple Silicon
2
+through MLX — set it as the default Nx backend and Bumblebee models run
3
+on the Metal GPU with no further integration. With 1.0 the public API is
4
+stable and follows semantic versioning from here; there are no breaking
5
+changes from 0.7.x, so existing code keeps working. The headline this
6
+cycle is quantized inference — 4-bit layers now stream through the fused
7
+`mx::quantized_matmul` kernel, making native quantized generation ~13×
8
+faster end-to-end and, for the first time, faster than dense (details
9
+below).
10
+
11
### Changed
12
13
- The precompiled NIF now declares an explicit minimum macOS per variant —
0 commit comments