Skip to content

Commit

Permalink
Merge branch 'main' into block-submission-network-access
Browse files Browse the repository at this point in the history
  • Loading branch information
MsRandom authored Oct 31, 2024
2 parents 590cfb9 + 2047862 commit f2a0d91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion validator/base_validator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .metrics import *

API_VERSION = "4.3.0"
API_VERSION = "4.3.1"
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 f2a0d91

Please sign in to comment.