From 5f943c3aff2854e46122acf1623a4a1eb68a67f4 Mon Sep 17 00:00:00 2001 From: randaller Date: Fri, 10 Mar 2023 21:09:57 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f0af7c8..1fcc2b7 100644 --- a/README.md +++ b/README.md @@ -99,3 +99,5 @@ python example.py ./model ./tokenizer/tokenizer.model 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 + +Confirming that 30B model support Arduino IDE: https://github.com/randaller/llama-chat/issues/7#issuecomment-1464179944