mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
@@ -387,7 +387,7 @@ class EngineArgs:
|
||||
Configuration for early stop.
|
||||
"""
|
||||
|
||||
load_choices: str = "default"
|
||||
load_choices: str = "default_v1"
|
||||
"""The format of the model weights to load.
|
||||
Options include:
|
||||
- "default": default loader.
|
||||
@@ -715,7 +715,7 @@ class EngineArgs:
|
||||
type=str,
|
||||
default=EngineArgs.load_choices,
|
||||
help="The format of the model weights to load.\
|
||||
default/new_loader.",
|
||||
default/default_v1.",
|
||||
)
|
||||
|
||||
# CacheConfig parameters group
|
||||
|
||||
Reference in New Issue
Block a user