fix import path to args

This commit is contained in:
Wing Lian
2025-01-20 12:12:23 -05:00
parent 82005f8eeb
commit f32d429db5

View File

@@ -20,7 +20,7 @@ class RelaxedRecursiveTransformerPlugin(BasePlugin):
""" """
def get_input_args(self): def get_input_args(self):
return "axolotl.integrations.rrt.RelaxedRecursiveTransformerArgs" return "axolotl.integrations.rrt.args.RelaxedRecursiveTransformerArgs"
def register(self): def register(self):
LOG.info( LOG.info(