8000 Add OpenLLaMA instructions to the README (#1954) · CodeLinaro/llama.cpp@d7b7484 · GitHub
[go: up one dir, main page]

Skip to content

Commit d7b7484

Browse files
author
eiery
authored
Add OpenLLaMA instructions to the README (ggml-org#1954)
* add openllama to readme
1 parent 7487137 commit d7b7484

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Inference of [LLaMA](https://arxiv.org/abs/2302.13971) model in pure C/C++
2929
<li><a href="#quantization">Quantization</a></li>
3030
<li><a href="#interactive-mode">Interactive mode</a></li>
3131
<li><a href="#instruction-mode-with-alpaca">Instruction mode with Alpaca</a></li>
32+
<li><a href="#using-openllama">Using OpenLLaMA</a></li>
3233
<li><a href="#using-gpt4all">Using GPT4All</a></li>
3334
<li><a href="#using-pygmalion-7b--metharme-7b">Using Pygmalion 7B & Metharme 7B</a></li>
3435
<li><a href="#obtaining-the-facebook-llama-original-model-and-stanford-alpaca-model-data">Obtaining the Facebook LLaMA original model and Stanford Alpaca model data</a></li>
@@ -543,6 +544,13 @@ cadaver, cauliflower, cabbage (vegetable), catalpa (tree) and Cailleach.
543544
>
544545
```
545546

547+
### Using [OpenLLaMA](https://github.com/openlm-research/open_llama)
548+
549+
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.
550+
551+
- 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.
552+
- Convert the model to ggml FP16 format using `python convert.py <path to OpenLLaMA directory>`
553+
546554
### Using [GPT4All](https://github.com/nomic-ai/gpt4all)
547555
548556
- Obtain the `tokenizer.model` file from LLaMA model and put it to `models`

0 commit comments

Comments
 (0)
0