From 8a97eff20a591044e52a5de1f0778e81f12b9edf Mon Sep 17 00:00:00 2001 From: dylan Date: Tue, 14 Jul 2026 01:24:09 -0700 Subject: [PATCH 1/2] decrease burn, turn on audio --- neurons/validator/validator.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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"], From 8dc8e5acf7655700ab0ab78b004a218945396337 Mon Sep 17 00:00:00 2001 From: dylan Date: Tue, 14 Jul 2026 01:25:04 -0700 Subject: [PATCH 2/2] bump version --- VERSION | 2 +- gas/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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__ = (