Skip to content

Commit

Permalink
Pass session to TrainerStrategy
Browse files Browse the repository at this point in the history
GitOrigin-RevId: f1a6ebd6ef3e64e081db8c38ac7f0b2aeba8b6ab
  • Loading branch information
mikeknep committed Feb 22, 2024
1 parent 79b5aa0 commit 5da11ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gretel_trainer/benchmark/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ def _create_gretel_strategy(
run_identifier=run_identifier,
project_name=trainer_project_name,
config=self._config,
session=self._session,
)
else:
return GretelSDKStrategy(
Expand Down

0 comments on commit 5da11ca

Please sign in to comment.