Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Gschwind committed May 12, 2024
1 parent 509d387 commit f06e32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def _model_call(self, inps):
)
)
x = seq.index_select(0, input_pos).view(1, -1)
with measure_time(message=None as measure:
with measure_time(message=None) as measure:
logits = model_forward(self._model, x, input_pos)
self.times.append(measure.time())
return logits
Expand Down

0 comments on commit f06e32a

Please sign in to comment.