Closed aksangha closed 4 months ago
Hi, it's not missing, it's part of the pip
requirements on settings.ini
It's the original mamba repository and it should be installed when you run pip -e .
Thanks for the quick reply.
Below is the first error I get from running ProtMamba. As you can see there is no layernorm function in mamba_ssm code, infact it is layer_norm. Next it errors with arguments on other mamba_ssm modules/functions. It seems that there are changes in the code that is being installed and that has been used.
Traceback (most recent call last):
File "/home/ubuntu/scratch/ProtMamba-ssm/ProtMamba_ssm/sample_from_pretrained_model.py", line 4, in
Oh ok, we didn't specify the version on settings.ini
, I fixed it. A quick fix for you would be to downgrade Mamba to the version previous to Mamba2, i.e. 1.1.4
Hi,
As the ProtMamba_ssm/ is missing the mamba_ssm code in the distribution, can you please point me to the right version of mamba_ssm code you used for ProtMamba or add that to the ProtMamba_ssm/?
Thank you