From fb864dad7b2d6e9de8047d5dfaea0d2357a4e5ec Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Fri, 15 Sep 2023 13:00:46 -0700 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da87da10..f20da84f 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ text-generation-webui ``` text-generation-webui ├── models -│   ├── llama-13b.ggmlv3.q4_K_M.bin +│   ├── llama-2-13b-chat.Q4_K_M.gguf ``` 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).