CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 105
Releases: ml-explore/mlx-swift
0.25.6
96c0f69
Compare
What's Changed
- Add support for tvOS by @guitaripod in #254
- add path information for parameter update errors -- great help in debugging by @davidkoski in #252
New Contributors
- @guitaripod made their first contribution in #254
Full Changelog: 0.25.5...0.25.6
Assets 2
0.25.5
b79c74c
Compare
What's Changed
- Add Support for
vmap
Function Transformation by @tanmay-bakshi in #245 - Update README with correct .git package URL for Xcode by @wayne-xyz in #248
- Fix optional module updates by @petrukha-ivan in #249
- Add ReLUSquared Activation Function by @johnmai-dev in #250
New Contributors
- @tanmay-bakshi made their first contribution in #245
- @wayne-xyz made their first contribution in #248
- @petrukha-ivan made their first contribution in #249
- @johnmai-dev made their first contribution in #250
Full Changelog: 0.25.4...0.25.5
Assets 2
0.25.4
b94473a
Compare
What's Changed
- add withWiredLimit by @davidkoski in #243
- partial fix for #237 -- switching Device exhausts many resources by @davidkoski in #242
Full Changelog: 0.25.3...0.25.4
Assets 2
0.25.3
d3f89b1
Compare
What's Changed
- update README and examples by @davidkoski in #232
- manage object lifetime in the face of more aggressive inlining and optimizations by @davidkoski in #239
- if no error handler set produce a fatal error (like the default used to be) by @davidkoski in #238
Full Changelog: 0.25.2...0.25.3
Assets 2
0.25.2
a8f7411
Compare
What's Changed
- new tests for dtype and promotion by @davidkoski in #233
- Fix scaled dot product attention mask argument by @louen in #236
Full Changelog: 0.25.1...0.25.2
Assets 2
0.25.1
5976316
Compare
What's Changed
-
adopt mlx v0.25.1 and mlx-c v0.2.0
- https://github.com/ml-explore/mlx/releases/tag/v0.25.1
- https://github.com/ml-explore/mlx/releases/tag/v0.25.0
- https://github.com/ml-explore/mlx/releases/tag/v0.24.2
- https://github.com/ml-explore/mlx/releases/tag/v0.24.1
- https://github.com/ml-explore/mlx/releases/tag/v0.24.0
- https://github.com/ml-explore/mlx/releases/tag/v0.23.2
-
use an evalLock for eval, asyncEval and Stream creation (ml-explore/mlx#2133)
-
CompiledFunction is not thread safe by @davidkoski in #226
-
add saveToData and load from data (safetensors) -- fix #214
-
fixes #211 (moves metalKernel API back to what it was)
-
add
withError
andwithErrorHandler
error handling -
add function import/export: https://ml-explore.github.io/mlx/build/html/usage/export.html
-
various Random improvements,
withRandomState
by @davidkoski in #219 -
Return correct value in memory limit getter functions by @louen in #223
-
consistent treatment of HasDType (Float.self) vs dtype (.float32) by @davidkoski in #222
-
rename update -> _updateInternal to discourage callers by @davidkoski in #230
-
Add quantize function that can return different parameters per layer by @davidkoski in #229
New Contributors
Full Changelog: 0.23.1...0.25.1
Assets 2
0.23.1
939b2ad
Compare
Significant Changes
-
mlx version updated to 0.23.1
-
some modules are deprecated and folded into MLX (main module)
- MLXFast, MLXFFT, MLXRandom and MLXLinalg
- previous imports work, previous names work -- backward compatible
- see #205
What's Changed
- Remove package.resolved by @louen in #194
- add missing at functions by @davidkoski in #193
- add missing roll function by @davidkoski in #192
- Fix ml-explore/mlx-swift-examples#218 by @davidkoski in #200
- address issues that prevent using composition for layers like LoRA by @davidkoski in #177
- Update mlx-c to 0.1.2 by @barronalex in #204
- Reorganize MLXFast, MLXFFT, MLXRandom and MLXLinalg by @barronalex in #205
New Contributors
- @barronalex made their first contribution in #204
Full Changelog: 0.21.3...0.23.1
Assets 2
0.21.3
b990c58
Compare
What's Changed
- Update check all set by @LaurentMazare in #174
- remove gguf -- fix #111 by @davidkoski in #176
- Add setErrorHandler and fatalErrorHandler by @finnvoor in #179
- fix: Correct wrong defatul value on docs of
SinusoidalPositionalEncoding
by @minghuaw in #182 - add dilation parameter to convolution layers (match mlx.nn) by @davidkoski in #183
- remove symlinks by @davidkoski in #191
New Contributors
- @LaurentMazare made their first contribution in #174
- @finnvoor made their first contribution in #179
Full Changelog: 0.21.2...0.21.3
Assets 2
0.21.2
70dbb62
Compare
What's Changed
- fix #172 -- missing steel_attenion.metal by @davidkoski in #173
Full Changelog: 0.21.1...0.21.2
Assets 2
0.21.1
7f02cd8
Compare
What's Changed
Full Changelog: 0.21.0...0.21.1