Update README.md
This commit is contained in:
parent
ac9a86a16c
commit
dcfd09b61e
1 changed files with 5 additions and 1 deletions
|
@ -133,7 +133,7 @@ pip install -r requirements.txt --upgrade
|
||||||
```
|
```
|
||||||
## Downloading models
|
## Downloading models
|
||||||
|
|
||||||
Models should be placed inside the `models` folder.
|
Models should be placed inside the `models/` folder.
|
||||||
|
|
||||||
[Hugging Face](https://huggingface.co/models?pipeline_tag=text-generation&sort=downloads) is the main place to download models. These are some examples:
|
[Hugging Face](https://huggingface.co/models?pipeline_tag=text-generation&sort=downloads) is the main place to download models. These are some examples:
|
||||||
|
|
||||||
|
@ -152,6 +152,10 @@ For example:
|
||||||
|
|
||||||
If you want to download a model manually, note that all you need are the json, txt, and pytorch\*.bin (or model*.safetensors) files. The remaining files are not necessary.
|
If you want to download a model manually, note that all you need are the json, txt, and pytorch\*.bin (or model*.safetensors) files. The remaining files are not necessary.
|
||||||
|
|
||||||
|
#### GGML models
|
||||||
|
|
||||||
|
You can drop these directly into the `models/` folder, making sure that the file name contains `ggml` somewhere and ends in `.bin`.
|
||||||
|
|
||||||
#### GPT-4chan
|
#### GPT-4chan
|
||||||
|
|
||||||
[GPT-4chan](https://huggingface.co/ykilcher/gpt-4chan) has been shut down from Hugging Face, so you need to download it elsewhere. You have two options:
|
[GPT-4chan](https://huggingface.co/ykilcher/gpt-4chan) has been shut down from Hugging Face, so you need to download it elsewhere. You have two options:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue