Skip to content

idoh/mamba.np

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mamba.np

mamba.np is a pure NumPy implementation of Mamba.

mamba.np

Installation

Please refer to Install.md guide

Usage

$ python mamba.py "I have a dream that"
"""
I have a dream that I will be able to see the sunrise in the morning.

Token count: 18, elapsed: 18.57s, 1 tokens/s
"""

Citing mamba.np

If you use or discuss mamba.np in your academic research, please cite the project to help spread awareness:

@misc{mamba.np,
  title = {mamba.np: pure NumPy implementation for Mamba},
  author = {Ido Hakimi},
  howpublished = {\url{https://github.com/idoh/mamba.np}},
  note = {mamba.np, MIT License}
  year = {2024},
}

References

Thank you to the creators of the following libraries and tools and their contributors:

About

A pure NumPy implementation of Mamba.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages