Skip to content

Pull requests: state-spaces/mamba

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Fix load_state_dict_hf early-returning before dtype/device conversion
#926 opened Apr 19, 2026 by Chessing234 Contributor Loading…
Cast A_log to float32 before exp in Mamba2Simple.forward
#923 opened Apr 17, 2026 by Chessing234 Contributor Loading…
fix state passing for empty sequences
#920 opened Apr 15, 2026 by pr-twig Contributor Draft
Skip selective_scan_cuda build on ROCm/HIP
#915 opened Apr 12, 2026 by ChrisLundquist Loading…
Fix Mamba-3 Triton kernels for AMD ROCm/RDNA4
#914 opened Apr 12, 2026 by ChrisLundquist Loading…
4 of 6 tasks
Fix Mamba3.step() missing squeeze for seqlen dimension
#913 opened Apr 12, 2026 by Chessing234 Contributor Loading…
3 of 4 tasks
Fix selective_state_update crashing when dt_bias or D is None
#912 opened Apr 11, 2026 by Chessing234 Contributor Loading…
Pass group_size to RMSNormGated in Mamba2Simple for ngroups > 1
#910 opened Apr 10, 2026 by Chessing234 Contributor Loading…
Fix wrong group_size in Mamba2 RMSNormGated under tensor parallelism
#908 opened Apr 9, 2026 by Chessing234 Contributor Loading…
4 tasks done
Remove unused batch_shape variable in _get_states_from_cache
#906 opened Apr 7, 2026 by Chessing234 Contributor Loading…
Fix double rmsnorm on B/C in MambaInnerFn.backward at checkpoint_lvl=1
#902 opened Apr 6, 2026 by Chessing234 Contributor Loading…
3 tasks
Fix typo in distributed_utils.py and remove unused variables
#900 opened Apr 6, 2026 by Chessing234 Contributor Loading…
2 tasks
Fix unreachable code and resource leak in hf.py
#899 opened Apr 6, 2026 by Chessing234 Contributor Loading…
3 tasks
Fix Mamba2 step() D handling when D_has_hdim=True
#893 opened Apr 2, 2026 by ccs668899 Loading…
3 tasks done
2
selective scan cuda kernel x buffer overflow fix
#883 opened Mar 26, 2026 by darxradi3nt Contributor Loading…
docs: add uv as alternative installation option
#874 opened Mar 23, 2026 by MasahiroOgawa Loading…
2 tasks done
feat: add speed benchmark, interactive example, and RTX 4080 test
#873 opened Mar 23, 2026 by MasahiroOgawa Loading…
4 tasks done
refactor: rename benchmark for clarity, add benchmark_README.md
#872 opened Mar 23, 2026 by MasahiroOgawa Loading…
1 task done
fix: add sm_89 (Ada Lovelace) gencode and fix Python/dep versions
#871 opened Mar 23, 2026 by MasahiroOgawa Loading…
3 tasks done
ProTip! Exclude everything labeled bug with -label:bug.