diff --git a/llama/README.md b/llama/README.md index 3a3e9e89..b9f487dd 100644 --- a/llama/README.md +++ b/llama/README.md @@ -23,7 +23,7 @@ Alternatively, you can also download a select converted checkpoints from the [ml Convert the weights with: ``` -python convert.py mlx_llama_weights.npz +python convert.py ``` ### Run @@ -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 "hello" +python llama.py "hello" ``` Run `python llama.py --help` for more details.