Skip to content

Releases: frost-beta/node-mlx

node-mlx v0.3.0

10 Jan 02:39
Compare
Choose a tag to compare

Changelog

node-mlx v0.2.1

07 Dec 05:11
Compare
Choose a tag to compare

Changelog

node-mlx v0.2.0

07 Dec 03:27
Compare
Choose a tag to compare

Changelog

node-mlx v0.1.0

18 Nov 09:53
Compare
Choose a tag to compare

Changelog

  • Update to MLX v0.20.0.
  • Bump the version of node-mlx to v0.1.0.

node-mlx v0.0.23

04 Oct 10:39
Compare
Choose a tag to compare

Changelog

  • Fix loading weights whose name is UpperCase.

node-mlx v0.0.22

02 Oct 01:05
Compare
Choose a tag to compare

Changelog

  • Return a Promise for mx.asyncEval API.

node-mlx v0.0.21

01 Oct 02:23
Compare
Choose a tag to compare

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 from TypedArrays.
  • Add mx.array.toTypedArray method.

node-mlx v0.0.20

23 Sep 10:03
Compare
Choose a tag to compare

Changelog

  • Remove implicit anys from TypeScript types.

node-mlx v0.0.19

16 Sep 06:34
Compare
Choose a tag to compare

Changelog

node-mlx v0.0.18

13 Sep 00:41
Compare
Choose a tag to compare

Changelog

  • Fix the types of mx.stack and mx.concatenate.
  • Fix nn.losses.cosineSimilarityLoss returning wrong results.