mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 16:48:03 +08:00
fix typos (#3684)
This commit is contained in:
@@ -531,7 +531,7 @@ class EngineArgs:
|
||||
"--quantization",
|
||||
type=str,
|
||||
default=EngineArgs.quantization,
|
||||
help="Quantization name for the model, currentlly support "
|
||||
help="Quantization name for the model, currently support "
|
||||
"'wint8', 'wint4',"
|
||||
"default is None. The priority of this configuration "
|
||||
"is lower than that of the config file. "
|
||||
@@ -829,7 +829,7 @@ class EngineArgs:
|
||||
scheduler_group.add_argument(
|
||||
"--scheduler-topic",
|
||||
default=EngineArgs.scheduler_topic,
|
||||
help=f"Topic of scheduler. Defaule is {EngineArgs.scheduler_topic}. (global)",
|
||||
help=f"Topic of scheduler. Default is {EngineArgs.scheduler_topic}. (global)",
|
||||
)
|
||||
scheduler_group.add_argument(
|
||||
"--scheduler-min-load-score",
|
||||
|
Reference in New Issue
Block a user