Releases: frost-beta/node-mlx
Releases · frost-beta/node-mlx
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.
node-mlx v0.0.20
Changelog
- Remove implicit
any
s from TypeScript types.
node-mlx v0.0.19
Changelog
- Update MLX to adcc88e20.
node-mlx v0.0.18
Changelog
- Fix the types of
mx.stack
andmx.concatenate
. - Fix
nn.losses.cosineSimilarityLoss
returning wrong results.