mirror of
https://github.com/QwenLM/Qwen.git
synced 2026-05-20 16:35:47 +08:00
Update openai_api.py
fix typo
This commit is contained in:
@@ -460,7 +460,7 @@ def _get_args():
|
||||
"-c",
|
||||
"--checkpoint-path",
|
||||
type=str,
|
||||
default="QWen/QWen-7B-Chat",
|
||||
default="Qwen/Qwen-7B-Chat",
|
||||
help="Checkpoint name or path, default to %(default)r",
|
||||
)
|
||||
parser.add_argument(
|
||||
|
||||
Reference in New Issue
Block a user