mlx
mlx copied to clipboard
Remove JSON Dependency
A basic JSON parser that allows us to remove the nlohmann/json dependency.
Should be pretty much complete with the exception of unicode support.
cmake .. -DMLX_BUILD_CPU=ON -DMLX_BUILD_SAFETENSORS=OFF
is currently broken... but rather than fix it, I think we can just land this.
@barronalex we can close this right?