Skip to content

Commit cfe23c6

Browse files
committed
cache cross attention key / values, readying to add back fine transformer cross attn conditioning
1 parent c5473ad commit cfe23c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meshgpt_pytorch/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.2.8'
1+
__version__ = '1.2.9'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
'torchtyping',
3737
'tqdm',
3838
'vector-quantize-pytorch>=1.14.22',
39-
'x-transformers>=1.29.2',
39+
'x-transformers>=1.30.4',
4040
],
4141
classifiers=[
4242
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)