Open druyang opened 7 months ago
Hi I am so sorry for the late response.
Did you use the docker container that I provided? That would solve the problem I believe. Because all the messy installation issues are related to the cuda and torch, where the container has all of them setup.
Hello,
This project seems very neat! I've been running into some version issues between Cuda and triton. Mamba_ssm also seems to be a dependency that is not included in the instructions, as following the instructions yields (even after running
cd protein_lm/modeling/models/libs/ && pip install -e causal-conv1d && pip install -e mamba && cd ../../../../
:I wonder if perhaps these issues are related to versioning of the packages. Would it be possible to provide a requirements.txt or environment.yml from a working environment?
This would be helpful to understand Cuda and pytorch version compatibility as well.
Also when loading in the best.ckpt file, it appears to not match the layers in the model:
Edited for clarification