From 222ae23fe0df163e8fab3a7d395b1af734c10829 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Mon, 9 Jan 2023 19:06:29 -0300 Subject: [PATCH] Fix --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d75ab45..f75ee8d 100644 --- a/README.md +++ b/README.md @@ -84,12 +84,14 @@ Then browse to Optionally, you can use the following command-line flags: - -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. +``` +-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