Skip to content

Commit c3448b7

Browse files
committed
just pin linear attention version
1 parent d3e0486 commit c3448b7

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.12'
1+
__version__ = '1.5.14'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
'pytorch-custom-utils>=0.0.9',
3636
'rotary-embedding-torch>=0.6.4',
3737
'sentencepiece',
38-
'taylor-series-linear-attention>=0.1.6',
38+
'taylor-series-linear-attention==0.1.11',
3939
'torch>=2.1',
4040
'torch_geometric',
4141
'tqdm',

0 commit comments

Comments
 (0)