From 02f581e038fe378aa9e760ddb0d31701ca02390a Mon Sep 17 00:00:00 2001 From: randaller Date: Fri, 10 Mar 2023 13:05:35 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54facda..5db2294 100644 --- a/README.md +++ b/README.md @@ -96,4 +96,4 @@ Simply comment those three lines in llama/generation.py to turn it to a generato python example.py ./model ./tokenizer/tokenizer.model ``` -Confirming that 30B model could generate code: https://github.com/randaller/llama-chat/issues/7 +Confirming that 30B model is able to generate code: https://github.com/randaller/llama-chat/issues/7