From 2a51ed5d7c303049de0370dd70893a2fa57c1e74 Mon Sep 17 00:00:00 2001 From: randaller Date: Fri, 10 Mar 2023 15:06:36 +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 7f641e3..f0af7c8 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,6 @@ 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 is able to generate code: https://github.com/randaller/llama-chat/issues/7 +Confirming that 30B model is able to generate code and fix errors in code: https://github.com/randaller/llama-chat/issues/7 Confirming that 30B model is able to generate prompts for Stable Diffusion: https://github.com/randaller/llama-chat/issues/7#issuecomment-1463691554