From 013f4cad97161b822f4ca574a1e2b1b67cd16e97 Mon Sep 17 00:00:00 2001 From: BENgin33r <150956613+BENgin33r@users.noreply.github.com> Date: Sun, 16 Feb 2025 19:38:06 -0500 Subject: [PATCH] Update validator.py Updated sum of model_incentive_weights = 1.00 by updating Deepseek from 0.10 to 0.13 --- neurons/validator/validator.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neurons/validator/validator.py b/neurons/validator/validator.py index c31d4ce9..4985bda1 100644 --- a/neurons/validator/validator.py +++ b/neurons/validator/validator.py @@ -294,7 +294,7 @@ def initialize_nicheimage_catalogue(config): "supporting_pipelines": MODEL_CONFIGS["DeepSeek_R1_Distill_Llama_70B"]["params"][ "supporting_pipelines" ], - "model_incentive_weight": 0.10, + "model_incentive_weight": 0.13, "timeout": 128, "synapse_type": ig_subnet.protocol.TextGenerating, "reward_url": config.reward_url.DeepSeek_R1_Distill_Llama_70B, @@ -981,4 +981,4 @@ def rank_array(array: np.ndarray): with Validator() as validator: while True: bt.logging.info("Validator running...", time.time()) - time.sleep(360) \ No newline at end of file + time.sleep(360)