Skip to content

pjjajal/mamba2-aurora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mamba2-Aurora

This repository provides a minimal, pure PyTorch implementation of the Mamba2 architecture, including both the Mamba2 block and the SSD algorithm.

  • The Mamba2 block is implemented in layers/mamba2.py. It is a refactored version of the original implementation, with improvements for clarity and modularity.
  • All Triton dependencies have been removed. The SSD algorithm is implemented entirely in PyTorch and can be found in layers/ssd.py.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages