From f5a276b265685bbf882d48d22b4cb08e0ee18ef5 Mon Sep 17 00:00:00 2001 From: eiery <19350831+eiery@users.noreply.github.com> Date: Tue, 20 Jun 2023 15:41:30 -0400 Subject: [PATCH] add openllama to readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 67012adab..21adbbc9f 100644 --- a/README.md +++ b/README.md @@ -542,6 +542,11 @@ The majority (54%) are using public transit. This includes buses, trams and metr cadaver, cauliflower, cabbage (vegetable), catalpa (tree) and Cailleach. > ``` +### Using [OpenLLaMA](https://github.com/openlm-research/open_llama) +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 [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)