Skip to content

Commit befceb7

Browse files
committed
address #20
1 parent 23b2b96 commit befceb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MEGABYTE_pytorch/megabyte.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def __init__(
234234

235235
assert len(dim) == self.stages
236236

237-
coarsest_dim, *_, fine_dim = dim
237+
*_, fine_dim = dim
238238

239239
self.max_seq_len = max_seq_len
240240

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name = 'MEGABYTE-pytorch',
55
packages = find_packages(),
6-
version = '0.3.4',
6+
version = '0.3.5',
77
license='MIT',
88
description = 'MEGABYTE - Pytorch',
99
long_description_content_type = 'text/markdown',

0 commit comments

Comments
 (0)