Skip to content

Commit 2a3704f

Browse files
committed
Bump to v1.1.2
1 parent 86a3a90 commit 2a3704f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# manylinux docker image, but I haven't figured out how to install CUDA on manylinux.
4545
os: [ubuntu-20.04]
4646
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
47-
torch-version: ['1.12.1', '1.13.1', '2.0.1', '2.1.1', '2.2.0.dev20231106']
47+
torch-version: ['1.12.1', '1.13.1', '2.0.1', '2.1.2', '2.2.0.dev20231210']
4848
cuda-version: ['11.8.0', '12.2.0']
4949
# We need separate wheels that either uses C++11 ABI (-D_GLIBCXX_USE_CXX11_ABI) or not.
5050
# Pytorch wheels currently don't use it, but nvcr images have Pytorch compiled with C++11 ABI.
@@ -58,9 +58,9 @@ jobs:
5858
# Pytorch >= 2.0 only supports Python >= 3.8
5959
- torch-version: '2.0.1'
6060
python-version: '3.7'
61-
- torch-version: '2.1.1'
61+
- torch-version: '2.1.2'
6262
python-version: '3.7'
63-
- torch-version: '2.2.0.dev20231106'
63+
- torch-version: '2.2.0.dev20231210'
6464
python-version: '3.7'
6565
# Pytorch <= 2.0 only supports CUDA <= 11.8
6666
- torch-version: '1.12.1'

mamba_ssm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.1.1"
1+
__version__ = "1.1.2"
22

33
from mamba_ssm.ops.selective_scan_interface import selective_scan_fn, mamba_inner_fn
44
from mamba_ssm.modules.mamba_simple import Mamba

0 commit comments

Comments
 (0)