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.
1 parent 62dccc9 commit 7ea190aCopy full SHA for 7ea190a
neurons/__init__.py
@@ -2,4 +2,4 @@
2
This version number is used to trigger automatic updates.
3
"""
4
5
-__version__ = "6.5.1"
+__version__ = "6.5.2"
neurons/constants.py
@@ -43,7 +43,7 @@ class Roles:
43
# Shift in seconds to apply to the minimum response time for vertical asymptote adjustment
44
MINIMUM_SCORE_SHIFT = 0.0
45
# Weights version hyperparameter
46
-WEIGHTS_VERSION = 1651
+WEIGHTS_VERSION = 1652
47
# Rate limit for weight updates
48
WEIGHT_RATE_LIMIT: int = 100
49
# Delay between requests
0 commit comments