From 37157bc0a380994749b5325fd653fe21ec9439c2 Mon Sep 17 00:00:00 2001 From: Atamurad Hezretkuliyev Date: Sun, 27 Aug 2023 02:27:47 +0300 Subject: [PATCH] Update README.md Fixed unclosed code block quotes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b6bd418..f4bdeb2 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ Chat with Code Llama Instruct: python export.py codellama2_7b_instruct.bin --meta-llama /path/to/CodeLlama-7b-Instruct python tokenizer.py --tokenizer-model=/path/to/CodeLlama-7b-Instruct/tokenizer.model ./run codellama2_7b_instruct.bin -m chat -z /path/to/CodeLlama-7b-Instruct/tokenizer.bin +``` ## hugginface models