V1 loader default (#4251)

* v1 laoder

* update

* update
This commit is contained in:
bukejiyu
2025-10-15 16:49:17 +08:00
committed by GitHub
parent e98c1c2f47
commit bcaa98ff9c
4 changed files with 68 additions and 9 deletions

View File

@@ -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