Skip to content

Commit

Permalink
Update optimum/utils/input_generators.py
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil authored Oct 11, 2024
1 parent f39b687 commit aa14a29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion optimum/utils/input_generators.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,6 @@ class DummyDecisionTransformerInputGenerator(DummyTextInputGenerator):
'states',
)


def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
self.act_dim = self.normalized_config.config.act_dim
Expand Down

0 comments on commit aa14a29

Please sign in to comment.