Skip to content

Commit

Permalink
tracking number of gpu's used for benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
3xela committed Dec 10, 2024
1 parent cea9d9d commit 9e6593a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions validator/weight_setting/wandb_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def send_metrics(
data = {
"scores": scores or contest_state.get_scores(contest_state.benchmarks),
"ranks": ranks or contest_state.get_ranks(scores),
"num_gpus": len(self.config["benchmarker_api"]),
} | contest_state.model_dump()

self._run.log(data=data)
Expand Down

0 comments on commit 9e6593a

Please sign in to comment.