Skip to content

Commit

Permalink
gpt2_trial
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailKardash committed Oct 31, 2024
1 parent 4502276 commit 41a2cb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/deepspeed/gpt_neox/gpt2_trial.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class GPT2Trial(det_ds.DeepSpeedTrial):
def __init__(
self, context: det_ds.DeepSpeedTrialContext, hparams: dict, trial_seed: int
) -> None:
self.context = context
self.exp_config = context.get_experiment_config()
self.args = attrdict.AttrMap(hparams)

Expand Down

0 comments on commit 41a2cb3

Please sign in to comment.