mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-12-06 07:12:10 +01:00
Minor README change (#6687)
This commit is contained in:
parent
4bd260c60d
commit
b76b7f6bf5
|
|
@ -380,7 +380,7 @@ text-generation-webui
|
||||||
│ │ └── tokenizer.model
|
│ │ └── tokenizer.model
|
||||||
```
|
```
|
||||||
|
|
||||||
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 it via the command-line with
|
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 it via the command-line with:
|
||||||
|
|
||||||
```
|
```
|
||||||
python download-model.py organization/model
|
python download-model.py organization/model
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue