From 4ad5864b372b22fe2f19593ca8978a84f9b73f62 Mon Sep 17 00:00:00 2001 From: randaller Date: Fri, 10 Mar 2023 13:05:10 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0fe3c87..54facda 100644 --- a/README.md +++ b/README.md @@ -95,3 +95,5 @@ 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