This commit is contained in:
bukejiyu
2025-08-06 14:45:27 +08:00
committed by GitHub
parent 91dc87f1c5
commit 20839abccf
30 changed files with 1361 additions and 1087 deletions

View File

@@ -663,7 +663,7 @@ class LoadChoices(str, Enum):
DEFAULT = "default"
# only support qwen3-bf16 now
NEW_LOADER = "new_loader"
DEFAULT_V1 = "default_v1"
class LoadConfig: