Releases: frost-beta/node-mlx
Releases · frost-beta/node-mlx
node-mlx v0.4.0
Changelog
- Fix build issues using 'strict' mode in tsconfig.
- Update to MLX v0.25.0.
node-mlx v0.3.2
Changelog
- Update to MLX v0.23.0.
- Add Windows build.
node-mlx v0.3.1
Changelog
- Update to MLX v0.22.1.
node-mlx v0.3.0
Changelog
- Update to MLX v0.22.0.
node-mlx v0.2.1
Changelog
- Update to MLX v0.21.1.
node-mlx v0.2.0
Changelog
- Update to MLX v0.21.0.
node-mlx v0.1.0
Changelog
- Update to MLX v0.20.0.
- Bump the version of node-mlx to v0.1.0.
node-mlx v0.0.23
Changelog
- Fix loading weights whose name is UpperCase.
node-mlx v0.0.22
Changelog
- Return a
Promise
formx.asyncEval
API.
node-mlx v0.0.21
Changelog
- Update MLX to 5900e32.
- Make
mx.dispose
work with arbitrary number of args. - Make
mx.tidy
work with async functions. - Support creating
mx.array
fromTypedArray
s. - Add
mx.array.toTypedArray
method.