diff --git a/src/config/presets.py b/src/config/presets.py index 7687a1b..c77a02b 100644 --- a/src/config/presets.py +++ b/src/config/presets.py @@ -19,6 +19,6 @@ LARGE = Preset( ) GLOBAL = Preset( - config=Path("src/config/AMT-g.yaml"), + config=Path("src/config/AMT-G.yaml"), checkpoint=Path("src/pretrained/amt-g.pth"), )