From eae9431143dffe86a484134c484ecfa3fd14a2c2 Mon Sep 17 00:00:00 2001 From: 805karansaini <805karansaini@gmail.com> Date: Wed, 13 Dec 2023 01:45:50 +0530 Subject: [PATCH] Typo Fix --- mixtral/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixtral/README.md b/mixtral/README.md index 811fcd06..23de1430 100644 --- a/mixtral/README.md +++ b/mixtral/README.md @@ -26,7 +26,7 @@ cd mixtral-8x7b-32kseqlen/ cat consolidated.00.pth-split0 consolidated.00.pth-split1 consolidated.00.pth-split2 consolidated.00.pth-split3 consolidated.00.pth-split4 consolidated.00.pth-split5 consolidated.00.pth-split6 consolidated.00.pth-split7 consolidated.00.pth-split8 consolidated.00.pth-split9 consolidated.00.pth-split10 > consolidated.00.pth ``` -Now from `mlx-exmaples/mixtral` conver and save the weights as NumPy arrays so +Now from `mlx-exmaples/mixtral` convert and save the weights as NumPy arrays so MLX can read them: ```