Skip to content

v0.11.0

Choose a tag to compare

@awni awni released this 18 Apr 20:25
· 1085 commits to main since this release
090ff65

Core

  • mx.block_masked_mm for block-level sparse matrix multiplication
  • Shared events for synchronization and asynchronous evaluation

NN

  • nn.QuantizedEmbedding layer
  • nn.quantize for quantizing modules
  • gelu_approx uses tanh for consistency with PyTorch