From 5bdd03038726f45a7052f588081f9f51d28d77ff Mon Sep 17 00:00:00 2001 From: bbelescot Date: Fri, 8 Dec 2023 17:11:50 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20=20apply=20the=20path=20change?= =?UTF-8?q?=20to=20the=20convert=20cmd=20for=20consistency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- llama/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama/README.md b/llama/README.md index d1ffba88..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