mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-06-25 01:41:19 +08:00
📝 clarify python command for llama example
This commit is contained in:
parent
53f7e68d7e
commit
68c4282766
@ -32,7 +32,7 @@ Once you've converted the weights to MLX format, you can interact with the
|
||||
LLaMA model:
|
||||
|
||||
```
|
||||
python llama.py mlx_llama_weights.npz <path_to_tokenizer.model> "hello"
|
||||
python llama.py <path_to_mlx_llama_weights.npz> <path_to_tokenizer.model> "hello"
|
||||
```
|
||||
|
||||
Run `python llama.py --help` for more details.
|
||||
|
Loading…
Reference in New Issue
Block a user