Update README
This commit is contained in:
parent
7089b2a48f
commit
a03a70bed6
1 changed files with 2 additions and 2 deletions
|
@ -142,7 +142,7 @@ text-generation-webui
|
||||||
│ │ └── tokenizer.model
|
│ │ └── tokenizer.model
|
||||||
```
|
```
|
||||||
|
|
||||||
In the "Model" tab of the UI, those models can be directly downloaded from Hugging Face. You can also download them from the command-line with `python download-model.py organization/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 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:
|
||||||
|
|
||||||
|
@ -152,7 +152,7 @@ text-generation-webui/
|
||||||
│ ├── llama-13b.ggmlv3.q4_K_M.bin
|
│ ├── llama-13b.ggmlv3.q4_K_M.bin
|
||||||
```
|
```
|
||||||
|
|
||||||
These models have to be downloaded manually and are not supported by the automated downloaders yet.
|
Those models must be downloaded manually, as they are not currently supported by the automated downloader.
|
||||||
|
|
||||||
#### GPT-4chan
|
#### GPT-4chan
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue