mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 00:33:03 +08:00
update flake8 version to support pre-commit in python3.12 (#3000)
* update flake8 version to support pre-commit in python3.12 * polish code
This commit is contained in:
@@ -559,8 +559,8 @@ class EngineArgs:
|
||||
"--ips",
|
||||
type=lambda s: s.split(",") if s else None,
|
||||
default=EngineArgs.ips,
|
||||
help=
|
||||
"IP addresses of all nodes participating in distributed inference.")
|
||||
help="IP addresses of all nodes participating in distributed inference.",
|
||||
)
|
||||
|
||||
# Performance tuning parameters group
|
||||
perf_group = parser.add_argument_group("Performance Tuning")
|
||||
|
Reference in New Issue
Block a user