Update README.md

This commit is contained in:
oobabooga 2023-08-30 18:19:04 -03:00 committed by GitHub
parent 47e490c7b4
commit 40ffc3d687
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
<details>