We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1fa64 commit d0da742Copy full SHA for d0da742
CMakeLists.txt
@@ -24,7 +24,7 @@ option(MLX_METAL_JIT "Use JIT compilation for Metal kernels" OFF)
24
option(BUILD_SHARED_LIBS "Build mlx as a shared library" OFF)
25
26
if(NOT MLX_VERSION)
27
- set(MLX_VERSION 0.15.2)
+ set(MLX_VERSION 0.16.0)
28
endif()
29
30
# --------------------- Processor tests -------------------------
setup.py
@@ -163,7 +163,7 @@ def run(self) -> None:
163
164
setup(
165
name="mlx",
166
- version=get_version("0.15.2"),
+ version=get_version("0.16.0"),
167
author="MLX Contributors",
168
author_email="[email protected]",
169
description="A framework for machine learning on Apple silicon.",
0 commit comments