From cd1e6eac92c910831090c5d96bacba2ec041921b Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 7 Jan 2024 12:53:59 +0000 Subject: [PATCH] [format] applied code formatting on changed files in pull request 5234 --- 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 cf1fc171f738..29abcbfb459e 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.