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 8b1906a commit 8bd6bfaCopy full SHA for 8bd6bfa
CMakeLists.txt
@@ -22,7 +22,7 @@ option(MLX_BUILD_SAFETENSORS "Include support for safetensors format" ON)
22
option(BUILD_SHARED_LIBS "Build mlx as a shared library" OFF)
23
24
if(NOT MLX_VERSION)
25
- set(MLX_VERSION 0.12.2)
+ set(MLX_VERSION 0.13.0)
26
endif()
27
28
# --------------------- Processor tests -------------------------
setup.py
@@ -163,7 +163,7 @@ def run(self) -> None:
163
164
setup(
165
name="mlx",
166
- version=get_version("0.12.2"),
+ version=get_version("0.13.0"),
167
author="MLX Contributors",
168
author_email="[email protected]",
169
description="A framework for machine learning on Apple silicon.",
0 commit comments