mirror of https://github.com/hpcaitech/ColossalAI
[format] applied code formatting on changed files in pull request 5234 (#5235)
Co-authored-by: github-actions <github-actions@github.com>pull/5247/head
parent
b9b32b15e6
commit
4fb4a22a72
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue