Skip to content

Commit

Permalink
Merge pull request #632 from hatemhelal/fix-compile-calc
Browse files Browse the repository at this point in the history
Fix compile_mode in MACECalculator
  • Loading branch information
ilyes319 authored Oct 10, 2024
2 parents 6be2a94 + 1da124a commit 1cddd99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mace/calculators/mace.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def __init__(
mode=compile_mode,
fullgraph=fullgraph,
)
for model in models
for model in self.models
]
self.use_compile = True
else:
Expand Down

0 comments on commit 1cddd99

Please sign in to comment.