Skip to content

Commit 794de70

Browse files
committed
chore: disable set_weights temporarily
1 parent 5498460 commit 794de70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

neurons/validators/validator.py

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

149149
self.print_weights(raw_weights)
150150

151+
return
151152
with self.lock:
152153
# Process the raw weights to final_weights via subtensor limitations.
153154
(

0 commit comments

Comments
 (0)