From dcfd09b61ee06bf8b99fcae5fa5aefc90974ccb2 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Thu, 11 May 2023 09:49:57 -0300 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 531f373f..c6b5bcd5 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ pip install -r requirements.txt --upgrade ``` ## Downloading models -Models should be placed inside the `models` folder. +Models should be placed inside the `models/` folder. [Hugging Face](https://huggingface.co/models?pipeline_tag=text-generation&sort=downloads) is the main place to download models. These are some examples: @@ -152,6 +152,10 @@ For example: If you want to download a model manually, note that all you need are the json, txt, and pytorch\*.bin (or model*.safetensors) files. The remaining files are not necessary. +#### GGML models + +You can drop these directly into the `models/` folder, making sure that the file name contains `ggml` somewhere and ends in `.bin`. + #### GPT-4chan [GPT-4chan](https://huggingface.co/ykilcher/gpt-4chan) has been shut down from Hugging Face, so you need to download it elsewhere. You have two options: