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 35689e1 commit 009bec5Copy full SHA for 009bec5
.github/workflows/publish.yaml
@@ -64,11 +64,11 @@ jobs:
64
python-version: '3.7'
65
# Pytorch <= 2.0 only supports CUDA <= 11.8
66
- torch-version: '1.12.1'
67
- cuda-version: '12.2.0'
+ cuda-version: '12.2.2'
68
- torch-version: '1.13.1'
69
70
- torch-version: '2.0.1'
71
72
73
steps:
74
- name: Checkout
mamba_ssm/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "1.1.3"
+__version__ = "1.1.3.post1"
2
3
from mamba_ssm.ops.selective_scan_interface import selective_scan_fn, mamba_inner_fn
4
from mamba_ssm.modules.mamba_simple import Mamba
0 commit comments