Skip to content

Commit

Permalink
Corrected one line only to have the second one be incorrect too
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomDefaultUser committed Oct 29, 2024
1 parent 043a716 commit 1881d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mala/network/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ def _forward_entire_snapshot(
# activated AFTER loading a model.
if self.parameters_full.use_ddp:
self.network.module.to(
self.network.params._configuration["device"]
self.network.module.params._configuration["device"]
)
else:
self.network.to(self.network.params._configuration["device"])
Expand Down

0 comments on commit 1881d10

Please sign in to comment.