Linked TheBloke's GGML repos
This commit is contained in:
parent
cd8fb6b7be
commit
7808402a8b
1 changed files with 5 additions and 0 deletions
|
@ -636,6 +636,11 @@ python3 convert.py pygmalion-7b/ --outtype q4_1
|
|||
### Obtaining the Facebook LLaMA 2 model
|
||||
|
||||
- Refer to [Facebook's LLaMA download page](https://ai.meta.com/resources/models-and-libraries/llama-downloads/) if you want to access the model data.
|
||||
- Alternatively, if you want to save time and space, you can download already converted and quantized models from [TheBloke](https://huggingface.co/TheBloke), including:
|
||||
- [LLaMA 2 7B base](https://huggingface.co/TheBloke/Llama-2-7B-GGML)
|
||||
- [LLaMA 2 13B base](https://huggingface.co/TheBloke/Llama-2-13B-GGML)
|
||||
- [LLaMA 2 7B chat](https://huggingface.co/TheBloke/Llama-2-7B-chat-GGML)
|
||||
- [LLaMA 2 13B chat](https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML)
|
||||
|
||||
### Verifying the model files
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue