mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
[Feature] support bos download retry (#5137)
* support bos download retry * update code * update code
This commit is contained in:
@@ -467,11 +467,6 @@ class EngineArgs:
|
||||
Url for router server, such as `0.0.0.0:30000`.
|
||||
"""
|
||||
|
||||
enable_async_download_features: bool = False
|
||||
"""
|
||||
Flag to enable async download features. Default is False (disabled).
|
||||
"""
|
||||
|
||||
def __post_init__(self):
|
||||
"""
|
||||
Post-initialization processing to set default tokenizer if not provided.
|
||||
@@ -844,12 +839,6 @@ class EngineArgs:
|
||||
default=EngineArgs.enable_expert_parallel,
|
||||
help="Enable expert parallelism.",
|
||||
)
|
||||
parallel_group.add_argument(
|
||||
"--enable-async-download-features",
|
||||
action="store_true",
|
||||
default=EngineArgs.enable_async_download_features,
|
||||
help="Enable async download features.",
|
||||
)
|
||||
|
||||
# Load group
|
||||
load_group = parser.add_argument_group("Load Configuration")
|
||||
|
||||
Reference in New Issue
Block a user