From 98d2fa227258af64aff3f2bfef92f115583eac0a Mon Sep 17 00:00:00 2001 From: aviu16 <162624394+aviu16@users.noreply.github.com> Date: Mon, 27 Apr 2026 23:37:27 -0400 Subject: [PATCH] weights: add release branches for jupyterlab, zed, monero, nextcloud-server, nextcloud-desktop, FastGPT --- .../weights/master_repositories.json | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gittensor/validator/weights/master_repositories.json b/gittensor/validator/weights/master_repositories.json index ebbc5635..db570283 100644 --- a/gittensor/validator/weights/master_repositories.json +++ b/gittensor/validator/weights/master_repositories.json @@ -318,12 +318,18 @@ "weight": 0.0837 }, "jupyterlab/jupyterlab": { + "additional_acceptable_branches": [ + "4.5.x" + ], "weight": 0.1755 }, "keras-team/keras": { "weight": 0.1091 }, "labring/FastGPT": { + "additional_acceptable_branches": [ + "v4.14.x" + ], "weight": 0.0633 }, "langchain-ai/langchain": { @@ -431,6 +437,9 @@ "weight": 0.0445 }, "monero-project/monero": { + "additional_acceptable_branches": [ + "release-v0.18" + ], "weight": 0.0792 }, "mrdoob/three.js": { @@ -446,9 +455,18 @@ "weight": 0.0778 }, "nextcloud/desktop": { + "additional_acceptable_branches": [ + "stable-33.0", + "stable-4.0" + ], "weight": 0.0771 }, "nextcloud/server": { + "additional_acceptable_branches": [ + "stable33", + "stable32", + "stable31" + ], "weight": 0.0764 }, "nginx/nginx": { @@ -717,6 +735,9 @@ "weight": 0.0638 }, "zed-industries/zed": { + "additional_acceptable_branches": [ + "v0.234.x" + ], "weight": 0.1564 } }