From 3349c013574f6e3a8c9f2837faa029bcbdfefbd0 Mon Sep 17 00:00:00 2001 From: eiery <19350831+eiery@users.noreply.github.com> Date: Thu, 22 Jun 2023 22:51:52 -0400 Subject: [PATCH] 3b works now --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35fd3649b..a6c857e49 100644 --- a/README.md +++ b/README.md @@ -548,7 +548,7 @@ cadaver, cauliflower, cabbage (vegetable), catalpa (tree) and Cailleach. OpenLLaMA is an openly licensed reproduction of Meta's original LLaMA model. It uses the same architecture and is a drop-in replacement for the original LLaMA weights. -- Download the [7B](https://huggingface.co/openlm-research/open_llama_7b) or [13B](https://huggingface.co/openlm-research/open_llama_13b) model from Hugging Face. The 3B model currently does not work properly. +- Download the [3B](https://huggingface.co/openlm-research/open_llama_3b), [7B](https://huggingface.co/openlm-research/open_llama_7b), or [13B](https://huggingface.co/openlm-research/open_llama_13b) model from Hugging Face. - Convert the model to ggml FP16 format using `python convert.py ` ### Using [GPT4All](https://github.com/nomic-ai/gpt4all)