Fix packaging of gguflib (#435)

This commit is contained in:
Angelos Katharopoulos
2024-01-11 13:56:03 -08:00
committed by GitHub
parent 46dc24d835
commit 006d01ba42
4 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ option(MLX_BUILD_METAL "Build metal backend" ON)
option(BUILD_SHARED_LIBS "Build mlx as a shared library" OFF)
if(NOT MLX_VERSION)
set(MLX_VERSION 0.0.8)
set(MLX_VERSION 0.0.9)
endif()
# --------------------- Processor tests -------------------------