From 4d6a3669fa18861b6a8dfe2e4f1aef84f9a5237f Mon Sep 17 00:00:00 2001 From: Awni Hannun Date: Fri, 15 Dec 2023 19:33:47 -0800 Subject: [PATCH] llama chat/code --- llama/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llama/README.md b/llama/README.md index 3ad882de..f01ac800 100644 --- a/llama/README.md +++ b/llama/README.md @@ -3,7 +3,8 @@ 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. +ranging from 7B to 70B parameters. This example also support Llama Chat and +Code Llama. ### Setup