Commit Graph

4 Commits

Author SHA1 Message Date
Awni Hannun
32d8793583 nits 2024-12-31 19:31:46 -08:00
Ivan Fioravanti
b84b483e9f Fixing case for no case 2024-12-31 16:29:09 +01:00
ivanfioravanti
70e4a6e662 improvements to manage. Default value is N and size added to deletion confirmation. 2024-12-21 23:34:44 +01:00
Ivan Fioravanti
b468091f7f Add model management functionality for local caches (#736)
* Add model management functionality for local caches

This commit introduces a set of command-line utilities for managing MLX models downloaded and saved locally in Hugging Face cache. The functionalities include scanning existing models, retrieving detailed information about a specific model, and deleting a model by its name.

* Added mlx_lm.model to setup.py

* nits

---------

Co-authored-by: Awni Hannun <awni@apple.com>
2024-05-03 12:20:13 -07:00