mamba
mamba copied to clipboard
The Reproducibility of Mamba
Hi,
Thank you for your awesome work! I have a query regarding the reproducibility of Mamba. Even though I use torch.use_deterministic_algorithms(True, warn_only=False)
in my code, after adding Mamba, my code lost reproducibility. I wonder if it is possible to have a deterministic Mamba.