Skip to content

Commit b64ce2d

Browse files
authored
Merge pull request #145 from web-genie-ai/feat/enable-set-weights
Feat/enable set weights
2 parents 341a472 + c2db495 commit b64ce2d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

neurons/validators/validator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ def set_weights(self):
148148

149149
self.print_weights(raw_weights)
150150

151-
return
152151
with self.lock:
153152
# Process the raw weights to final_weights via subtensor limitations.
154153
(

webgenie/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import psutil
44
# Change this value when updating your code base.
55
# Define the version of the webgenie.
6-
__VERSION__ = "1.2.1" # version
6+
__VERSION__ = "1.2.2" # version
77

88
SPEC_VERSION = (
99
(1000 * int(__VERSION__.split(".")[0]))

0 commit comments

Comments
 (0)