Skip to content

Commit

Permalink
gemmav2 attention softclamp value
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Jul 19, 2024
1 parent 89270f9 commit 02b0190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name = 'x-transformers',
packages = find_packages(exclude=['examples']),
version = '1.31.12',
version = '1.31.14',
license='MIT',
description = 'X-Transformers - Pytorch',
author = 'Phil Wang',
Expand Down
2 changes: 1 addition & 1 deletion x_transformers/x_transformers.py
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ def __init__(
cope_soft_onehot_pos = False,
cope_talking_heads = False,
softclamp_logits = False,
logit_softclamp_value = 30.,
logit_softclamp_value = 50.,
onnxable = False
):
super().__init__()
Expand Down

0 comments on commit 02b0190

Please sign in to comment.