Skip to content

Commit

Permalink
revert the code
Browse files Browse the repository at this point in the history
  • Loading branch information
shuishen112 committed Nov 10, 2024
1 parent e8ff2fa commit 836323b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mttl/models/lightning/expert_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def on_save_checkpoint(self, ckpt):
).expert_info.asdict()

def as_expert(self):
return self.model.as_expert(training_config=self.training_config)
return self.model.as_expert()


class SPLITExpertModule(ExpertModule):
Expand Down

0 comments on commit 836323b

Please sign in to comment.