Skip to content

Commit 8fc8d81

Browse files
committed
fix local attention not pickleable
1 parent 5c1bef2 commit 8fc8d81

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.5.9'
1+
__version__ = '1.5.10'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
'environs',
3131
'gateloop-transformer>=0.2.2',
3232
'jaxtyping',
33-
'local-attention>=1.9.9',
33+
'local-attention>=1.9.11',
3434
'numpy',
3535
'pytorch-custom-utils>=0.0.9',
3636
'rotary-embedding-torch>=0.6.4',

0 commit comments

Comments
 (0)