Skip to content

Commit

Permalink
update: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
AminRezaei0x443 committed Mar 27, 2022
1 parent 3390592 commit 1bc0d9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Memory Efficient Attention
[![arXiv](https://img.shields.io/badge/arXiv-2112.05682v2-b31b1b.svg?style=flat-square)](https://arxiv.org/abs/2112.05682v2)
[![PyPI version](https://img.shields.io/badge/memory--efficient--attention-0.1.2-informational?style=flat-square&color=C51BA3)](https://pypi.org/project/memory-efficient-attention/)
[![PyPI version](https://img.shields.io/badge/memory--efficient--attention-0.1.3-informational?style=flat-square&color=C51BA3)](https://pypi.org/project/memory-efficient-attention/)

This is **unofficial** implementation of [Self-attention Does Not Need O(n^2) Memory](https://arxiv.org/abs/2112.05682v2) for Jax and PyTorch.

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

setup(
name='memory-efficient-attention',
version='0.1.2',
version='0.1.3',
description='Memory Efficient Attention (O(sqrt(n)) for Jax and PyTorch',
license='MIT',
packages=find_packages(),
Expand Down

0 comments on commit 1bc0d9e

Please sign in to comment.