Skip to content

Commit

Permalink
Merge pull request #183 from macrocosm-os/dev
Browse files Browse the repository at this point in the history
Release 4.5.2
  • Loading branch information
cryptal-mc authored Oct 11, 2024
2 parents 8468a04 + 0dd6dec commit 0637ee3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]))
Expand Down Expand Up @@ -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,
),
}
Expand Down

0 comments on commit 0637ee3

Please sign in to comment.