File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ option(MLX_BUILD_METAL "Build metal backend" ON)
1818option (BUILD_SHARED_LIBS "Build mlx as a shared library" OFF )
1919
2020if (NOT MLX_VERSION)
21- set (MLX_VERSION 0.0.8 )
21+ set (MLX_VERSION 0.0.9 )
2222endif ()
2323
2424# --------------------- Processor tests -------------------------
Original file line number Diff line number Diff line change 1010project = "MLX"
1111copyright = "2023, MLX Contributors"
1212author = "MLX Contributors"
13- version = "0.0.8 "
14- release = "0.0.8 "
13+ version = "0.0.9 "
14+ release = "0.0.9 "
1515
1616# -- General configuration ---------------------------------------------------
1717
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ target_include_directories(
2727 $<INSTALL_INTERFACE:include /gguflib>
2828)
2929add_library (
30- gguflib SHARED
30+ gguflib STATIC
3131 ${gguflib_SOURCE_DIR} /fp16.c
3232 ${gguflib_SOURCE_DIR} /gguflib.c)
3333target_link_libraries (mlx $<BUILD_INTERFACE:gguflib>)
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ def run(self) -> None:
164164
165165 setup (
166166 name = "mlx" ,
167- version = get_version ("0.0.8 " ),
167+ version = get_version ("0.0.9 " ),
168168 author = "MLX Contributors" ,
169169170170 description = "A framework for machine learning on Apple silicon." ,
You can’t perform that action at this time.
0 commit comments