From 87dd85b7190cc26730bae3a86de5f5faaed6be7d Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Tue, 15 Aug 2023 12:21:50 -0700 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcb30e9..1b862a7 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ In the "Model" tab of the UI, those models can be automatically downloaded from * GGML models are a single file and should be placed directly into `models`. Example: ``` -text-generation-webui/ +text-generation-webui ├── models │   ├── llama-13b.ggmlv3.q4_K_M.bin ```