-
Notifications
You must be signed in to change notification settings - Fork 53
Description
Describe the bug
Hello, thank you very much for your contribution to the community. Just like #17 , I also encountered the issue of not being able to evoformer_attention. I saw a solution to disable this mechanism by specifying runner.yml, but I still want to try building it to improve the inference speed of OpenFold3-Pre.
Therefore, in light of my situation, I would like to ask if you have any solutions, and I would also like to ask if you could provide a more detailed explanation of the configuration requirements and setup instructions for the evoformer_attention section in the subsequent documents.
Once again, I would like to express my deep gratitude for the contributions made by your team.
To Reproduce
Regular operation example:
run_openfold predict --query_json=~/software/openfold3/examples/example_inference_inputs/query_ubiquitin.json
Stack trace
Timestamp: 2025-11-29 08:51:09
Query ID(s): ubiquitin
Error Type: ImportError
Error Message: /.../.cache/torch_extensions/evoformer_attn/evoformer_attn.so: cannot open shared object file: No such file or directory
File "/ocean/projects/bio240017p/lnankai/tools/conda/anaconda3/envs/openfold3-pre/lib/python3.10/site-packages/torch/utils/cpp_extension.py", line 2634, in _import_module_from_library
module = importlib.util.module_from_spec(spec)
File "", line 571, in module_from_spec
File "", line 1176, in create_module
File "", line 241, in _call_with_frames_removed
ImportError: /ocean/projects/bio240017p/lnankai/.cache/torch_extensions/evoformer_attn/evoformer_attn.so: cannot open shared object file: No such file or directory
Configuration (please complete the following information):
- H100 80G
- Python version (if relevant): Both 3.10 and 3.13 have been tried
- Installation path : conda
Additional context
CUDA: 12.4.0 / 12.6.1
OpenFold Consortium Members⭐️: Please make use of the OpenFold Consortium Member label on your issue report for expedited support!