checkout presets.py from dev

This commit is contained in:
Viner Abubakirov
2026-04-02 18:31:54 +05:00
parent 359f20c3c4
commit c72e34f9dc

View File

@@ -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"),
)