mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-08-31 11:54:37 +08:00
one more typo
This commit is contained in:
parent
7d923b41f1
commit
2afa108567
@ -27,7 +27,7 @@ python convert.py --help
|
||||
|
||||
The converter downloads the model from Hugging Face. The default model is
|
||||
`deepseek-ai/deepseek-coder-6.7b-instruct`. Check out the [Hugging Face
|
||||
page]((https://huggingface.co/deepseek-ai) to see a list of available models.
|
||||
page](https://huggingface.co/deepseek-ai) to see a list of available models.
|
||||
|
||||
By default, the conversion script will save the converted `weights.npz`,
|
||||
tokenizer, and `config.json` in the `mlx_model` directory.
|
||||
@ -41,4 +41,5 @@ model:
|
||||
python deepseek_coder.py --prompt "write a quick sort algorithm in python."
|
||||
```
|
||||
|
||||
[^1]: For more information [blog post](https://deepseekcoder.github.io/) by DeepSeek AI
|
||||
[^1]: For more information [blog post](https://deepseekcoder.github.io/) by
|
||||
DeepSeek AI
|
||||
|
Loading…
Reference in New Issue
Block a user