Jesper Stemann Andersen
|
e4eeb4e910
|
Added missing unordered_map includes (#1635)
* Added missing includes in mlx/io.h and mlx/backend/metal/metal.h
* Added additional missing unordered_map includes that fixes build on FreeBSD
|
2024-12-02 07:03:03 -08:00 |
|
Awni Hannun
|
8b1906abd0
|
Add compiler flags to disable safetensors and gguf (#1098)
* with docs
* nit
|
2024-05-09 17:39:44 -07:00 |
|
Awni Hannun
|
ae812350f9
|
use string (#976)
|
2024-04-09 11:22:00 -07:00 |
|
Cheng
|
46caf0bef0
|
Remove unnecessary string copies (#891)
1. Use string_view instead of string when there is no need for copy.
2. Otherwise move string when possible.
|
2024-03-28 13:14:59 -07:00 |
|
Diogo
|
b57bd0488d
|
Metadata support for safetensors (#639)
* metadata support for safetensors
* aliases making it alittle more readable
* addressing comments
* python binding tests
|
2024-02-08 19:33:15 -08:00 |
|
Juarez Bochi
|
ddf50113c5
|
GGUF: Load and save metadata (#446)
* gguf metadata
---------
Co-authored-by: Awni Hannun <awni@apple.com>
|
2024-01-19 14:06:05 -08:00 |
|