Spaces:
Sleeping
Sleeping
Commit
·
9e8df1b
1
Parent(s):
92a9562
improves logging
Browse files
validators/sn1_validator_wrapper.py
CHANGED
@@ -36,7 +36,7 @@ class S1ValidatorAPI(ValidatorAPI):
|
|
36 |
axons = [self.validator.metagraph.axons[uid] for uid in uids]
|
37 |
|
38 |
# Make calls to the network with the prompt.
|
39 |
-
bt.logging.info(f"
|
40 |
|
41 |
streams_responses = await self.validator.dendrite(
|
42 |
axons=axons,
|
|
|
36 |
axons = [self.validator.metagraph.axons[uid] for uid in uids]
|
37 |
|
38 |
# Make calls to the network with the prompt.
|
39 |
+
bt.logging.info(f"Sampling dendrite by {params.sampling_mode} with roles {params.roles} and messages {params.messages}")
|
40 |
|
41 |
streams_responses = await self.validator.dendrite(
|
42 |
axons=axons,
|