Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Jul 17, 2023
1 parent c6b6d2e commit 3451614
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.16.20',
version = '1.16.21',
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 @@ -1456,7 +1456,7 @@ def forward(
x,
return_embeddings = False,
return_intermediates = False,
return_mems = True,
return_mems = False,
mask = None,
return_attn = False,
mems = None,
Expand Down

0 comments on commit 3451614

Please sign in to comment.