mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 16:17:57 +01:00
Update README
This commit is contained in:
parent
7089b2a48f
commit
a03a70bed6
@ -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…
Reference in New Issue
Block a user