📝 apply the path change to the convert cmd for consistency

This commit is contained in:
bbelescot 2023-12-08 17:11:50 +01:00
parent 68c4282766
commit 5bdd030387

View File

@ -23,7 +23,7 @@ Alternatively, you can also download a select converted checkpoints from the [ml
Convert the weights with: Convert the weights with:
``` ```
python convert.py <path_to_torch_weights> mlx_llama_weights.npz python convert.py <path_to_torch_weights> <path_to_mlx_llama_weights.npz>
``` ```
### Run ### Run