From 4f6cecb6bc9cc4c5c8865920e3fc664c918a39d3 Mon Sep 17 00:00:00 2001 From: cryptal-mc Date: Fri, 11 Oct 2024 08:52:07 +0000 Subject: [PATCH] Bumped validator version --- constants/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/constants/__init__.py b/constants/__init__.py index 37d2664a..61c590d1 100644 --- a/constants/__init__.py +++ b/constants/__init__.py @@ -34,10 +34,10 @@ # --------------------------------- # Release -__version__ = "4.5.1" +__version__ = "4.5.2" # Validator schema version -__validator_version__ = "3.2.0" +__validator_version__ = "3.3.0" version_split = __validator_version__.split(".") __spec_version__ = ( (1000 * int(version_split[0])) @@ -252,7 +252,7 @@ "attn_implementation": "flash_attention_2", }, eval_block_delay=0, - epsilon_func=LinearDecay(0.005, 0.0001, 50400), + epsilon_func=LinearDecay(0.005, 0.0001, 72000), max_bytes=29 * 1024 * 1024 * 1024, ), }