mlx-examples/llms
Konstantin Kerekovski 047d4650c4
Add -local flag to llms/hf_llm/convert.py for reading source HF models from filesystem. (#260)
* * Add --local flag for reading models from filesystem and related code for doing so
* Disable uploading to huggingface if --local flag is set

* Remove code related to .bin files and merge fetch_from_local and fetch_from_hub into one function.

* Update llms/hf_llm/convert.py

Co-authored-by: Awni Hannun <awni.hannun@gmail.com>

* format / nits

---------

Co-authored-by: Awni Hannun <awni.hannun@gmail.com>
Co-authored-by: Awni Hannun <awni@apple.com>
2024-01-10 19:53:01 -08:00
..
hf_llm Add -local flag to llms/hf_llm/convert.py for reading source HF models from filesystem. (#260) 2024-01-10 19:53:01 -08:00
llama Qlora (#219) 2024-01-04 21:05:59 -08:00
mistral make parameter naming consistent with other examples. (#214) 2024-01-02 08:18:12 -08:00
mixtral make parameter naming consistent with other examples. (#214) 2024-01-02 08:18:12 -08:00
phi2 fix: use of undefined args in generate function in phi-2 example (#265) 2024-01-09 06:43:59 -08:00
qwen add deepseek coder example (#172) 2023-12-28 21:42:22 -08:00
speculative_decoding Update README.md (#248) 2024-01-07 20:13:58 -08:00