Add --listen parameter
This commit is contained in:
parent
86092d1879
commit
6c178b1c91
2 changed files with 11 additions and 8 deletions
13
README.md
13
README.md
|
@ -84,13 +84,12 @@ Then browse to
|
|||
|
||||
Optionally, you can use the following command-line flags:
|
||||
|
||||
`--model model-name`: Load this model by default.
|
||||
|
||||
`--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.
|
||||
|
||||
`--cpu`: Use the CPU to generate text instead of the GPU.
|
||||
-h, --help show this help message and exit
|
||||
--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.
|
||||
--chat Launch the webui in chat mode.
|
||||
--cpu Use the CPU to generate text.
|
||||
--listen Makes the webui reachable from your local network.
|
||||
|
||||
## Presets
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue