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