mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 16:17:57 +01:00
Fix
This commit is contained in:
parent
6c178b1c91
commit
222ae23fe0
@ -84,12 +84,14 @@ Then browse to
|
|||||||
|
|
||||||
Optionally, you can use the following command-line flags:
|
Optionally, you can use the following command-line flags:
|
||||||
|
|
||||||
|
```
|
||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
--model MODEL Name of the model to load by default.
|
--model MODEL Name of the model to load by default.
|
||||||
--notebook Launch the webui in notebook mode, where the output is written to the same text box as the input.
|
--notebook Launch the webui in notebook mode, where the output is written to the same text box as the input.
|
||||||
--chat Launch the webui in chat mode.
|
--chat Launch the webui in chat mode.
|
||||||
--cpu Use the CPU to generate text.
|
--cpu Use the CPU to generate text.
|
||||||
--listen Makes the webui reachable from your local network.
|
--listen Makes the webui reachable from your local network.
|
||||||
|
```
|
||||||
|
|
||||||
## Presets
|
## Presets
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user