Fix test tolerance and patch bump (#1315)

This commit is contained in:
Angelos Katharopoulos
2024-08-08 14:51:09 -07:00
committed by GitHub
parent eb8819e91e
commit 780c197f95
3 changed files with 7 additions and 7 deletions

View File

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