From c72e34f9dc66dff0fb2780ee8e4674d74d2d19d5 Mon Sep 17 00:00:00 2001 From: Viner Abubakirov Date: Thu, 2 Apr 2026 18:31:54 +0500 Subject: [PATCH] checkout presets.py from dev --- src/config/presets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), )