diff --git a/VERSION b/VERSION index bf10f803..c1b61435 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.8.10 +4.8.11 diff --git a/gas/__init__.py b/gas/__init__.py index 6973519b..da5bf2cf 100644 --- a/gas/__init__.py +++ b/gas/__init__.py @@ -1,4 +1,4 @@ -__version__ = "4.8.10" +__version__ = "4.8.11" version_split = __version__.split(".") __spec_version__ = ( diff --git a/neurons/validator/validator.py b/neurons/validator/validator.py index 899f803f..ea6932e2 100644 --- a/neurons/validator/validator.py +++ b/neurons/validator/validator.py @@ -194,11 +194,11 @@ async def set_weights(self, block): ) # Weight budget (must sum to 1.0) - burn_pct = .2 - video_pct = .35 - image_pct = .3 - audio_pct = .0 - generator_pct = .15 + burn_pct = 0. + video_pct = .4 + image_pct = .4 + audio_pct = .04 + generator_pct = .16 burn_uid = self.subtensor.get_uid_for_hotkey_on_subnet( hotkey_ss58=active_ss58_addresses["burn"],