Skip to content

Commit

Permalink
Add data classification policy to CrossProviderInferenceEngine initia…
Browse files Browse the repository at this point in the history
…lization

Signed-off-by: elronbandel <[email protected]>
  • Loading branch information
elronbandel committed Jan 21, 2025
1 parent 2824ae0 commit b1e83df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unitxt/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -3078,6 +3078,7 @@ def prepare_engine(self):
else:
del args[param]
self.engine = cls(**args)
self.data_classification_policy = self.engine.data_classification_policy

def _infer(
self,
Expand Down

0 comments on commit b1e83df

Please sign in to comment.