Skip to content

Commit 36d8dba

Browse files
committed
fix post coarse transformer gateloop layername
1 parent 9db2e34 commit 36d8dba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meshgpt_pytorch/meshgpt_pytorch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1603,7 +1603,7 @@ def forward_on_codes(
16031603
)
16041604

16051605
if exists(self.coarse_post_gateloop_block):
1606-
face_codes, coarse_post_gateloop_cache = self.coarse_gateloop_block(face_codes, cache = coarse_post_gateloop_cache)
1606+
face_codes, coarse_post_gateloop_cache = self.coarse_post_gateloop_block(face_codes, cache = coarse_post_gateloop_cache)
16071607

16081608
else:
16091609
attended_face_codes = None

meshgpt_pytorch/version.py

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

0 commit comments

Comments
 (0)