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

RuntimeError: Failed to run command: <built-in function compile>, errors: Command 'cd /home/tianyu/.cache/paddle_extensions && /home/tianyu/miniconda3/envs/paddle3/bin/python3 ms_deform_attn_setup.py build' returned non-zero exit status 1. LAUNCH INFO 2023-08-24 11:00:59,752 Exit code 1 #411

Open
bzha5848 opened this issue Aug 24, 2023 · 3 comments
Assignees

Comments

@bzha5848
Copy link

Hello there,

When I was running BEVFormer model, I met this error:
image
Does anyone know where's the problem from?

Thanks so much!!

@bzha5848
Copy link
Author

When I check the log it gives me the info:
2023-08-24 13:13:42,775 - WARNING - No custom op ms_deform_attn found, try JIT build
2023-08-24 13:13:42,775 - WARNING - No custom op ms_deform_attn found, try JIT build
2023-08-24 13:13:44,339 - ERROR - ms_deform_attn builded fail!
2023-08-24 13:13:44,339 - ERROR - ms_deform_attn builded fail!

@yijianpeng
Copy link

I also encountered this problem

@warrentdrew
Copy link
Collaborator

The custom op ms_deform_attn is probably not built correctly. Try to clean the .so in paddle3d/model/ops or manually build the ops by running python setup.py install in this directory.

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