Skip to content

Commit 6ff712a

Browse files
authored
Update deprecated GGML TheBloke links to GGUF (#3079)
1 parent ebc9608 commit 6ff712a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -737,12 +737,12 @@ python3 convert.py pygmalion-7b/ --outtype q4_1
737737
738738
- 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.
739739
- Alternatively, if you want to save time and space, you can download already converted and quantized models from [TheBloke](https://huggingface.co/TheBloke), including:
740-
- [LLaMA 2 7B base](https://huggingface.co/TheBloke/Llama-2-7B-GGML)
741-
- [LLaMA 2 13B base](https://huggingface.co/TheBloke/Llama-2-13B-GGML)
742-
- [LLaMA 2 70B base](https://huggingface.co/TheBloke/Llama-2-70B-GGML)
743-
- [LLaMA 2 7B chat](https://huggingface.co/TheBloke/Llama-2-7B-chat-GGML)
744-
- [LLaMA 2 13B chat](https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML)
745-
- [LLaMA 2 70B chat](https://huggingface.co/TheBloke/Llama-2-70B-chat-GGML)
740+
- [LLaMA 2 7B base](https://huggingface.co/TheBloke/Llama-2-7B-GGUF)
741+
- [LLaMA 2 13B base](https://huggingface.co/TheBloke/Llama-2-13B-GGUF)
742+
- [LLaMA 2 70B base](https://huggingface.co/TheBloke/Llama-2-70B-GGUF)
743+
- [LLaMA 2 7B chat](https://huggingface.co/TheBloke/Llama-2-7B-chat-GGUF)
744+
- [LLaMA 2 13B chat](https://huggingface.co/TheBloke/Llama-2-13B-chat-GGUF)
745+
- [LLaMA 2 70B chat](https://huggingface.co/TheBloke/Llama-2-70B-chat-GGUF)
746746

747747
### Verifying the model files
748748

0 commit comments

Comments
 (0)