From 40ffc3d687e119319bd50ad9b6c19ef098de7187 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Wed, 30 Aug 2023 18:19:04 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50f72651..a05b6a18 100644 --- a/README.md +++ b/README.md @@ -158,8 +158,6 @@ text-generation-webui │   │   └── tokenizer.model ``` -In the "Model" tab of the UI, those models can be automatically downloaded from Hugging Face. You can also download them via the command-line with `python download-model.py organization/model`. - * GGML/GGUF models are a single file and should be placed directly into `models`. Example: ``` @@ -168,6 +166,8 @@ text-generation-webui │   ├── llama-13b.ggmlv3.q4_K_M.bin ``` +In both cases, you can use the "Model" tab of the UI to download the model from Hugging Face automatically. It is also possible to download via the command-line with `python download-model.py organization/model` (use `--help` to see all the options). + #### GPT-4chan