Skip to content

Releases: frost-beta/node-mlx

node-mlx v0.4.0

Choose a tag to compare

@github-actions github-actions released this 19 Apr 08:51
4bf8b1d

Changelog

  • Fix build issues using 'strict' mode in tsconfig.
  • Update to MLX v0.25.0.

node-mlx v0.3.2

Choose a tag to compare

@github-actions github-actions released this 18 Feb 05:59

Changelog

  • Update to MLX v0.23.0.
  • Add Windows build.

node-mlx v0.3.1

Choose a tag to compare

@github-actions github-actions released this 08 Feb 06:47

Changelog

node-mlx v0.3.0

Choose a tag to compare

@github-actions github-actions released this 10 Jan 02:39

Changelog

node-mlx v0.2.1

Choose a tag to compare

@github-actions github-actions released this 07 Dec 05:11

Changelog

node-mlx v0.2.0

Choose a tag to compare

@github-actions github-actions released this 07 Dec 03:27

Changelog

node-mlx v0.1.0

Choose a tag to compare

@github-actions github-actions released this 18 Nov 09:53

Changelog

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

node-mlx v0.0.23

Choose a tag to compare

@github-actions github-actions released this 04 Oct 10:39

Changelog

  • Fix loading weights whose name is UpperCase.

node-mlx v0.0.22

Choose a tag to compare

@github-actions github-actions released this 02 Oct 01:05

Changelog

  • Return a Promise for mx.asyncEval API.

node-mlx v0.0.21

Choose a tag to compare

@github-actions github-actions released this 01 Oct 02:23

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.