Add tips on porting LLMs from HuggingFace (#523)

* Add tips on porting LLMs from HuggingFace

* Add CONTRIBUTING.md  to mlx-examples-llms

* Refactor imports and update comment in starcoder2.py

* Update llms/mlx_lm/models/starcoder2.py

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

* nits

* nits

---------

Co-authored-by: Awni Hannun <awni.hannun@gmail.com>
Co-authored-by: Awni Hannun <awni@apple.com>
This commit is contained in:
Muhtasham Oblokulov
2024-03-06 02:43:15 +01:00
committed by GitHub
parent 3fdf85e79d
commit 5de7c2ac33
3 changed files with 42 additions and 5 deletions

View File

@@ -14,11 +14,11 @@ possible.
You can also run the formatters manually as follows:
```
```bash
clang-format -i file.cpp
```
```
```bash
black file.py
```