Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/block-submission-network-access'…
Browse files Browse the repository at this point in the history
… into block-submission-network-access
  • Loading branch information
MsRandom committed Oct 31, 2024
2 parents f3b2d0a + f2a0d91 commit 245190d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions validator/submission_tester/benchmarker.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ def _benchmark_key(self, hotkey: Key):

def _start_benchmarking(self, submissions: dict[Key, ModelRepositoryInfo]):
self.submissions = submissions
self.benchmarks = {}
self.submission_times = []
self.benchmarks.clear()
self.invalid.clear()
self.submission_times.clear()
self.inputs = random_inputs()
self.done = False

Expand Down

0 comments on commit 245190d

Please sign in to comment.