From b2254394603e2a3e5aa6ce4ec7d43652604095d1 Mon Sep 17 00:00:00 2001 From: Awni Hannun Date: Fri, 15 Dec 2023 19:51:27 -0800 Subject: [PATCH] nit --- llama/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama/README.md b/llama/README.md index f01ac800..220d1b16 100644 --- a/llama/README.md +++ b/llama/README.md @@ -3,7 +3,7 @@ An example of generating text with Llama (1 or 2) using MLX. Llama is a set of open source language models from Meta AI Research[^1][^2] -ranging from 7B to 70B parameters. This example also support Llama Chat and +ranging from 7B to 70B parameters. This example also supports Llama Chat and Code Llama. ### Setup