mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-12-16 02:08:55 +08:00
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:
committed by
GitHub
parent
3fdf85e79d
commit
5de7c2ac33
@@ -14,11 +14,11 @@ possible.
|
||||
|
||||
You can also run the formatters manually as follows:
|
||||
|
||||
```
|
||||
```bash
|
||||
clang-format -i file.cpp
|
||||
```
|
||||
|
||||
```
|
||||
```bash
|
||||
black file.py
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user