Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

submit unsuccessfully #172

Open
MrGao1997 opened this issue Apr 2, 2023 · 4 comments
Open

submit unsuccessfully #172

MrGao1997 opened this issue Apr 2, 2023 · 4 comments

Comments

@MrGao1997
Copy link

when I submit the task an error occurred, how can I fix it?

Traceback (most recent call last):
File "/Share/app/FastFold/inference.py", line 36, in
from fastfold.model.fastnn import set_chunk_size
File "/Share/app/FastFold/fastfold/model/fastnn/init.py", line 1, in
from .msa import MSACore, ExtraMSACore, ExtraMSABlock, ExtraMSAStack
File "/Share/app/FastFold/fastfold/model/fastnn/msa.py", line 23, in
from fastfold.model.fastnn.kernel import LayerNorm, bias_dropout_add
File "/Share/app/FastFold/fastfold/model/fastnn/kernel/init.py", line 2, in
from .layer_norm import FusedLayerNorm as LayerNorm
File "/Share/app/FastFold/fastfold/model/fastnn/kernel/layer_norm.py", line 2, in
from .cuda_native.layer_norm import FusedLayerNormAffineFunction
File "/Share/app/FastFold/fastfold/model/fastnn/kernel/cuda_native/layer_norm.py", line 5, in
fastfold_layer_norm_cuda = importlib.import_module("fastfold_layer_norm_cuda")
File "/Share/app/miniconda3.9-pytorch/envs/fastfold/lib/python3.8/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
ModuleNotFoundError: No module named 'fastfold_layer_norm_cuda'

@Gy-Lu
Copy link
Contributor

Gy-Lu commented Apr 3, 2023

Hi, have you installed FastFold before using?

@MrGao1997
Copy link
Author

MrGao1997 commented Apr 3, 2023 via email

@Gy-Lu
Copy link
Contributor

Gy-Lu commented Apr 14, 2023

Hi, sorry for being late.
I am not sure about the environment you run the code and the one you install FastFold is the same one.
The error message indicates there is no CUDA kernel module that should be compiled when installing FastFold.

@awer-A
Copy link

awer-A commented Mar 25, 2024

@MrGao1997 I encountered the same issue, have you solved it now? Can you tell me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants