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 57c6aa7 commit eac961dCopy full SHA for eac961d
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.19.2)
+ set(MLX_VERSION 0.19.3)
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.19.2"),
+ version=get_version("0.19.3"),
169
author="MLX Contributors",
170
author_email="[email protected]",
171
description="A framework for machine learning on Apple silicon.",
0 commit comments