Skip to content

Commit

Permalink
Merge branch 'lucidrains:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusLoppe authored Jun 18, 2024
2 parents 5f6d670 + 33eb7c5 commit 14126a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meshgpt_pytorch/meshgpt_pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@ def __init__(

# address a weakness in attention

self.fine_gateloop_block = GateLoopBlock(dim, depth = fine_pre_gateloop_depth) if fine_pre_gateloop_depth > 0 else None
self.fine_gateloop_block = GateLoopBlock(dim, depth = fine_pre_gateloop_depth, use_heinsen = gateloop_use_heinsen) if fine_pre_gateloop_depth > 0 else None

# decoding the vertices, 2-stage hierarchy

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.4.2'
__version__ = '1.4.3'

0 comments on commit 14126a2

Please sign in to comment.