Skip to content

Commit 1bc0d9e

Browse files
update: bump version
1 parent 3390592 commit 1bc0d9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Memory Efficient Attention
22
[![arXiv](https://img.shields.io/badge/arXiv-2112.05682v2-b31b1b.svg?style=flat-square)](https://arxiv.org/abs/2112.05682v2)
3-
[![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/)
3+
[![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/)
44

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='memory-efficient-attention',
5-
version='0.1.2',
5+
version='0.1.3',
66
description='Memory Efficient Attention (O(sqrt(n)) for Jax and PyTorch',
77
license='MIT',
88
packages=find_packages(),

0 commit comments

Comments
 (0)