Load MLX tensors from the GGUF format
mlx_load_gguf.RdLoad MLX tensors from the GGUF format
Usage
mlx_load_gguf(file, device = mlx_default_device())Arguments
- file
- Path to a - .npyfile. The extension is appended automatically when missing.
- device
- Execution target: supply - "gpu",- "cpu", or an- mlx_streamcreated via- mlx_new_stream(). Default:- mlx_default_device().