From 4fb4a22a721ebc55caebdc19d33e391338d2ef99 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 20:55:34 +0800 Subject: [PATCH] [format] applied code formatting on changed files in pull request 5234 (#5235) Co-authored-by: github-actions --- applications/Colossal-LLaMA-2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/Colossal-LLaMA-2/README.md b/applications/Colossal-LLaMA-2/README.md index cf1fc171f..29abcbfb4 100644 --- a/applications/Colossal-LLaMA-2/README.md +++ b/applications/Colossal-LLaMA-2/README.md @@ -263,7 +263,7 @@ python inference_example.py \ --temperature 0.3 \ --top_k 50 \ --top_p 0.95 \ - --input_txt "YOUR_PROMPT_OR_QUESTION" + --input_txt "YOUR_PROMPT_OR_QUESTION" ``` Here is details about CLI arguments: * Model path: `--model_path`. HF repo name or local path of the model.