Skip to content

Commit

Permalink
FIx
Browse files Browse the repository at this point in the history
Signed-off-by: elronbandel <[email protected]>
  • Loading branch information
elronbandel committed Oct 28, 2024
1 parent 2035ffc commit 60c06d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unitxt/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ def prepare_engine(self):
pass

def prepare(self):
super().prepare()
if not settings.mock_inference_mode:
super().prepare()
self.prepare_engine()

def infer(
Expand Down

0 comments on commit 60c06d2

Please sign in to comment.