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 69a2991 commit 50fa705Copy full SHA for 50fa705
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.21.0)
+ set(MLX_VERSION 0.21.1)
28
endif()
29
30
# --------------------- Processor tests -------------------------
setup.py
@@ -165,7 +165,7 @@ def run(self) -> None:
165
166
setup(
167
name="mlx",
168
- version=get_version("0.21.0"),
+ version=get_version("0.21.1"),
169
author="MLX Contributors",
170
author_email="[email protected]",
171
description="A framework for machine learning on Apple silicon.",
0 commit comments