Skip to content

Commit

Permalink
Fixing a Funny Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanzar committed Nov 27, 2023
1 parent 07d2274 commit 45ed828
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fjformer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@
count_num_params
)

__version__ = '0.0.12'
__version__ = '0.0.13'
1 change: 0 additions & 1 deletion fjformer/attention/flash_attention_tpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,6 @@ def lm_index_map(batch_index, head_index, q_seq_index, _, q_idx_ref, k_idx_ref):
pl.BlockSpec(lambda *_: (0, 0, 0, 0), acc_scratch.shape),
]
else:
assert False
out_shape += [None, None, None]
out_specs += [None, None, None]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="fjformer",
version='0.0.12',
version='0.0.13',
author="Erfan Zare Chavoshi",
author_email="[email protected]",
long_description=long_description,
Expand Down

0 comments on commit 45ed828

Please sign in to comment.