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 657f466 commit 1ce0c0fCopy full SHA for 1ce0c0f
CMakeLists.txt
@@ -25,7 +25,7 @@ option(MLX_METAL_JIT "Use JIT compilation for Metal kernels" OFF)
25
option(BUILD_SHARED_LIBS "Build mlx as a shared library" OFF)
26
27
if(NOT MLX_VERSION)
28
- set(MLX_VERSION 0.21.1)
+ set(MLX_VERSION 0.22.0)
29
endif()
30
add_compile_definitions("MLX_VERSION=${MLX_VERSION}")
31
setup.py
@@ -173,7 +173,7 @@ def run(self) -> None:
173
174
setup(
175
name="mlx",
176
- version=get_version("0.21.1"),
+ version=get_version("0.22.0"),
177
author="MLX Contributors",
178
author_email="[email protected]",
179
description="A framework for machine learning on Apple silicon.",
0 commit comments