Skip to content

Commit 2efe221

Browse files
committed
x-transformers fix for learned value residual in presence of cross attention
1 parent a3be298 commit 2efe221

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meshgpt_pytorch/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.7.1'
1+
__version__ = '1.7.2'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
'torch_geometric',
4141
'tqdm',
4242
'vector-quantize-pytorch>=1.18.1',
43-
'x-transformers>=1.42.23',
43+
'x-transformers>=1.42.24',
4444
],
4545
setup_requires=[
4646
'pytest-runner',

0 commit comments

Comments
 (0)