mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-06-07 14:17:09 -04:00
Merge fe7e1a2565
into 219f0a7731
This commit is contained in:
commit
a6a483c787
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -325,6 +325,18 @@ https://github.com/oobabooga/text-generation-webui/wiki
|
||||||
|
|
||||||
## Downloading models
|
## Downloading models
|
||||||
|
|
||||||
|
### Pointing to an existing AI model library
|
||||||
|
|
||||||
|
Edit the file `text-generation-webui\user_data\CMD_FLAGS.txt` to include this line:
|
||||||
|
|
||||||
|
```
|
||||||
|
--model-dir 'D:\MyAIModels\'
|
||||||
|
```
|
||||||
|
|
||||||
|
Replace `D:\MyAIModels\` with the path to your model library folder. Sub-folders will be automatically parsed to enumerate all existing models.
|
||||||
|
|
||||||
|
### Manual model download
|
||||||
|
|
||||||
Models should be placed in the folder `text-generation-webui/user_data/models`. They are usually downloaded from [Hugging Face](https://huggingface.co/models?pipeline_tag=text-generation&sort=downloads).
|
Models should be placed in the folder `text-generation-webui/user_data/models`. They are usually downloaded from [Hugging Face](https://huggingface.co/models?pipeline_tag=text-generation&sort=downloads).
|
||||||
|
|
||||||
* GGUF models are a single file and should be placed directly into `user_data/models`. Example:
|
* GGUF models are a single file and should be placed directly into `user_data/models`. Example:
|
||||||
|
|
Loading…
Add table
Reference in a new issue