This commit is contained in:
Yuanle Liu
2025-07-16 15:33:10 +08:00
committed by GitHub
parent a83a3eea5f
commit dda4a9f848
10 changed files with 26 additions and 131 deletions

View File

@@ -43,7 +43,7 @@ class ModelConfig:
model_name_or_path: str,
config_json_file: str = "config.json",
dynamic_load_weight: bool = False,
load_strategy: str = "meta",
load_strategy: str = "ipc_snapshot",
quantization: str = None,
download_dir: Optional[str] = None):
"""