Skip to content

Commit

Permalink
turn on a breakthrough technique for vq
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Oct 11, 2024
1 parent 208519f commit 27988aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions meshgpt_pytorch/meshgpt_pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,7 @@ def __init__(
codebook_size = codebook_size,
shared_codebook = True,
commitment_weight = 1.,
rotation_trick = True,
stochastic_sample_codes = rvq_stochastic_sample_codes,
**rvq_kwargs,
**rq_kwargs
Expand Down
2 changes: 1 addition & 1 deletion meshgpt_pytorch/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.5.16'
__version__ = '1.6.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
'torch>=2.1',
'torch_geometric',
'tqdm',
'vector-quantize-pytorch>=1.14.22',
'vector-quantize-pytorch>=1.18.1',
'x-transformers>=1.30.19,<1.31',
],
setup_requires=[
Expand Down

0 comments on commit 27988aa

Please sign in to comment.