Skip to content

Commit 27988aa

Browse files
committed
turn on a breakthrough technique for vq
1 parent 208519f commit 27988aa

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

meshgpt_pytorch/meshgpt_pytorch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,7 @@ def __init__(
590590
codebook_size = codebook_size,
591591
shared_codebook = True,
592592
commitment_weight = 1.,
593+
rotation_trick = True,
593594
stochastic_sample_codes = rvq_stochastic_sample_codes,
594595
**rvq_kwargs,
595596
**rq_kwargs

meshgpt_pytorch/version.py

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
'torch>=2.1',
4040
'torch_geometric',
4141
'tqdm',
42-
'vector-quantize-pytorch>=1.14.22',
42+
'vector-quantize-pytorch>=1.18.1',
4343
'x-transformers>=1.30.19,<1.31',
4444
],
4545
setup_requires=[

0 commit comments

Comments
 (0)