返回全部动态
MLX v0.32.2 发布:多项修复与性能优化
原标题:v0.32.2
AI 摘要
MLX 发布了 v0.32.2 版本,包含多项修复和性能优化,如保留 subnormal 浮点值、支持 Ellipsis 索引、修复 divmod 截断问题、为 scaled_dot_product_attention 添加 force_fused 选项等。此外,还更新了 nanobind 至 2.15.0,并新增了 AI 使用政策。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
## What's Changed * Preserve subnormal float values when casting to bool by @reckylurker in https://github.com/ml-explore/mlx/pull/4224 * Support assigning through a bare Ellipsis index by @Adityaj0 in https://github.com/ml-explore/mlx/pull/4314 * Fix divmod truncating the quotient for floats by @ayaangazali in https://github.com/ml-explore/mlx/pull/4108 * Add force_fused option to scaled_dot_product_attention by @hojin12312 in https://github.com/ml-explore/mlx/pull/4185 * Reject a negative
发布时间:2026-08-25 18:58
抓取时间:2026-08-25 19:40
来源机构:Apple