mamba icon indicating copy to clipboard operation
mamba copied to clipboard

Results 311 mamba issues
Sort by recently updated
recently updated
newest added

This looks like a cool project, but the name seems problematic because of the pre-existing package manager [Mamba](https://github.com/mamba-org/mamba). The Mamba SSM installation instructions currently suggest installing with pip, but Mamba...

Greetings! Thanks for your great work! When I tried the benchmark code, I met the error below. Could you please share some possible solutions? ``` python benchmarks/benchmark_generation_mamba_simple.py --model-name "/home/x/VisionProjects/mamba/ckpts/mamba-130m" --prompt...

Dear Mamba Contributors, I hope this message finds you well. I am in the process of utilising the Mamba state space architecture for a language modelling task and have been...

Amazing work, and I'm inspired by the connections to dynamical systems. Would you mind showing us a minimal example of training or finetuning this?

I see good amount of focus on understanding how to perform full training of Mamba, but what about PEFT? Adapters/LoRA finetuning. The base models are in fact "Ready" for a...

Installing causal-conv1d and mamba-ssm failed. ![屏幕截图 2023-12-06 163001](https://github.com/state-spaces/mamba/assets/90854406/9d224abf-f04c-4774-a65b-2a69170dbd39)

What would be the best way to derive embeddings from mamba models? Is there a straightforward approach or would we need a new architecture?

Hi, I recently looked into your code (csrc/selective_scan/*), and I guess the largest part of the speedup comes from Ktraits::BlockScanT(smem_scan).InclusiveScan. But I see that besides that, you have also implemented...

![image](https://github.com/state-spaces/mamba/assets/105347776/49e34fb6-cb56-490f-8f26-bd79b10c2ebb) Hi, author, where can i find the module named 'selective_scan_cuda'?