Skip to content

Commit

Permalink
Update simuleval/evaluator/evaluator.py
Browse files Browse the repository at this point in the history
Co-authored-by: Abinesh Ramakrishnan <3632454+ibanesh@users.noreply.github.com>
  • Loading branch information
xutaima and ibanesh authored Nov 29, 2023
1 parent 358b6e5 commit 3da63af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion simuleval/evaluator/evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ def build_instances_from_log(self):
instance = LogInstance(line.strip(), self.args.eval_latency_unit)
index = instance.index - self.start_index
self.instances[index] = instance
self.instances[index].latency_unit = self.args.eval_latency_unit
self.instances[index].set_target_spm_model(self.target_spm_model)

def build_instances_from_dataloader(self):
Expand Down

0 comments on commit 3da63af

Please sign in to comment.