Skip to content

Releases: frost-beta/node-mlx

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.

node-mlx v0.0.17

29 Aug 06:08
Compare
Choose a tag to compare

Changelog

node-mlx v0.0.16

03 Aug 11:18
Compare
Choose a tag to compare

Changelog

node-mlx v0.0.15

19 Jul 02:14
Compare
Choose a tag to compare

Changelog

  • Fix model's parameters getting disordered with nn.valueAndGrad.

node-mlx v0.0.14

13 Jul 00:53
Compare
Choose a tag to compare

Changelog

  • Fix crashes caused of garbage collection of arrays.

node-mlx v0.0.13

12 Jul 04:39
Compare
Choose a tag to compare

Changelog

node-mlx v0.0.12

10 Jul 04:05
Compare
Choose a tag to compare

Changelog

  • Fix exception when calling nn.valueGradFn.

node-mlx v0.0.11

10 Jul 00:50
Compare
Choose a tag to compare

Changelog

  • Add mx.dispose API.
  • Free intermediate arrays in optimizers and nn.valueAndGrad.

node-mlx v0.0.10

08 Jul 00:13
Compare
Choose a tag to compare

Changelog

  • Fix array.toString not working.