We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b2b96 commit befceb7Copy full SHA for befceb7
MEGABYTE_pytorch/megabyte.py
@@ -234,7 +234,7 @@ def __init__(
234
235
assert len(dim) == self.stages
236
237
- coarsest_dim, *_, fine_dim = dim
+ *_, fine_dim = dim
238
239
self.max_seq_len = max_seq_len
240
setup.py
@@ -3,7 +3,7 @@
3
setup(
4
name = 'MEGABYTE-pytorch',
5
packages = find_packages(),
6
- version = '0.3.4',
+ version = '0.3.5',
7
license='MIT',
8
description = 'MEGABYTE - Pytorch',
9
long_description_content_type = 'text/markdown',
0 commit comments