Update default load format in LoadConfig

Change default load format from 'instanttensor' to 'auto'.

Signed-off-by: Michael Goin <mgoin64@gmail.com>
This commit is contained in:
Michael Goin
2026-04-13 15:58:22 -04:00
committed by GitHub
parent 9a5945e9c2
commit cfdf6b5024
+1 -1
View File
@@ -23,7 +23,7 @@ logger = init_logger(__name__)
class LoadConfig:
"""Configuration for loading the model weights."""
load_format: str | LoadFormats = "instanttensor"
load_format: str | LoadFormats = "auto"
"""
The format of the model weights to load.