We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 341a472 + c2db495 commit b64ce2dCopy full SHA for b64ce2d
neurons/validators/validator.py
@@ -148,7 +148,6 @@ def set_weights(self):
148
149
self.print_weights(raw_weights)
150
151
- return
152
with self.lock:
153
# Process the raw weights to final_weights via subtensor limitations.
154
(
webgenie/constants.py
@@ -3,7 +3,7 @@
3
import psutil
4
# Change this value when updating your code base.
5
# Define the version of the webgenie.
6
-__VERSION__ = "1.2.1" # version
+__VERSION__ = "1.2.2" # version
7
8
SPEC_VERSION = (
9
(1000 * int(__VERSION__.split(".")[0]))
0 commit comments