-
Thank you for sharing the code!
Could you please let me know which versions of **_Triton, Torch, Casual-conv1d, and Mamba-ssm_** you are using? I encountered some wired issues with mamba and casual…
-
Your idea is great but I seem to be having trouble reproducing it.:RuntimeError: Error(s) in loading state_dict for LlamaForCausalLM:
Missing key(s) in state_dict: "model.layers.0.mamba.dt_bias", "mo…
-
Hello,
Thank you for your interesting work. In order to employ VideoMamba_middle_mask_16frame in my network as the encoder I faced the following error:
```
Exception has occurred: TypeError
ca…
-
This is a brief example that has been edited from the README.md file:
```python
import torch
import torch.nn as nn
import torch.optim as optim
from flashfftconv import FlashDepthWiseConv1d
B=4
…
-
I follow your instruction to install the package, but I meet this question as:
![微信图片_20240423212123](https://github.com/MrBlankness/LightM-UNet/assets/38041365/935ad31e-4cd1-4b89-a064-5379cdc4267a)
…
-
您好,
我的cuda是124版本的,我安装causal-conv1d和mamba时报错,cuda124不匹配cu118。
请问我应该如何安装环境呢?直接pip install causal-conv1d和pip install mamba-ssm是否可以?
谢谢!
-
Hello,
I want to know the version of your “causal_conv1d_cuda”. Mine is 1.1.0, and I also try 1.1.1, both are not work !
![image](https://github.com/wzhwzhwzh0921/S-D-Mamba/assets/62921113/6d5f00d…
-
Hello, I have rewritten akita using pytorch in order to facilitate debugging of akita. i am using the same training parameters as you have in tensorflow and found that the model is not converging. How…
-
### Checklist
- [X] Checked the issue tracker for similar issues to ensure this is not a duplicate.
- [X] Described the feature in detail and justified the reason for the request.
- [X] Provided spec…
-
C:\Users\11952\flash-fft-conv\csrc\flashfftconv\conv1d\conv1d_bwd_cuda_blh.cu(5): error: identifier "uint" is undefined
const uint BX = 128;
^
C:\Users\11952\flash-fft-conv\csrc\flashff…