Update README

This commit is contained in:
oobabooga 2023-08-15 12:21:50 -07:00
parent a03a70bed6
commit 87dd85b719

View file

@ -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: * GGML models are a single file and should be placed directly into `models`. Example:
``` ```
text-generation-webui/ text-generation-webui
├── models ├── models
│   ├── llama-13b.ggmlv3.q4_K_M.bin │   ├── llama-13b.ggmlv3.q4_K_M.bin
``` ```