[format] applied code formatting on changed files in pull request 5234 (#5235)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
github-actions[bot]
2024-01-07 20:55:34 +08:00
committed by GitHub
parent b9b32b15e6
commit 4fb4a22a72

View File

@@ -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.