Skip to content

Commit

Permalink
Release 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptal-mc authored Jul 15, 2024
2 parents e2ff6ae + ad597aa commit 52962cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# ---------------------------------

# Release
__version__ = "3.2.1"
__version__ = "3.2.2"

# Validator schema version
__validator_version__ = "2.2.2"
Expand All @@ -30,7 +30,7 @@
)

# The validator WANDB project.
WANDB_PROJECT = "pretraining-subnet"
WANDB_PROJECT = "pretraining-validators"

# The uid for this subnet.
SUBNET_UID = 9
Expand Down
5 changes: 3 additions & 2 deletions neurons/validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,12 +216,13 @@ def new_wandb_run(self):
self.wandb_run = wandb.init(
name=name,
project=constants.WANDB_PROJECT,
entity="opentensor-dev",
entity="macrocosmos",
config={
"uid": self.uid,
"hotkey": self.wallet.hotkey.ss58_address,
"run_name": run_id,
"version": constants.__validator_version__,
"version": constants.__version__,
"validator version": constants.__validator_version__,
"type": "validator",
},
allow_val_change=True,
Expand Down

0 comments on commit 52962cf

Please sign in to comment.