Fix boolean all reduce bug (#1355)

This commit is contained in:
Angelos Katharopoulos
2024-08-24 10:09:32 -07:00
committed by GitHub
parent 64bec4fad7
commit 8081df79be
4 changed files with 14 additions and 3 deletions

View File

@@ -163,7 +163,7 @@ if __name__ == "__main__":
setup(
name="mlx",
version=get_version("0.17.0"),
version=get_version("0.17.1"),
author="MLX Contributors",
author_email="mlx@group.apple.com",
description="A framework for machine learning on Apple silicon.",