mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-06-26 02:33:23 +08:00
parent
758f05c09a
commit
b152d12d7b
@ -1,6 +1,6 @@
|
|||||||
## Generate Text with MLX and :hugs: Hugging Face
|
## Generate Text with MLX and :hugs: Hugging Face
|
||||||
|
|
||||||
This an example large language model text generation that can pull models from
|
This an example of large language model text generation that can pull models from
|
||||||
the Hugging Face Hub.
|
the Hugging Face Hub.
|
||||||
|
|
||||||
### Setup
|
### Setup
|
||||||
@ -40,7 +40,7 @@ model you want to run is not supported, file an
|
|||||||
[issue](https://github.com/ml-explore/mlx-examples/issues/new) or better yet,
|
[issue](https://github.com/ml-explore/mlx-examples/issues/new) or better yet,
|
||||||
submit a pull request.
|
submit a pull request.
|
||||||
|
|
||||||
Here are a few examples of Hugging Face models which work with this example:
|
Here are a few examples of Hugging Face models that work with this example:
|
||||||
|
|
||||||
- [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1)
|
- [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1)
|
||||||
- [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf)
|
- [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf)
|
||||||
|
Loading…
Reference in New Issue
Block a user