Add compiler flags to disable safetensors and gguf (#1098)

* with docs

* nit
This commit is contained in:
Awni Hannun
2024-05-09 17:39:44 -07:00
committed by GitHub
parent 06375e6605
commit 8b1906abd0
9 changed files with 118 additions and 30 deletions

View File

@@ -4,7 +4,7 @@
#include <cstring>
#include <numeric>
#include <mlx/io/gguf.h>
#include "mlx/io/gguf.h"
namespace mlx::core {