-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
[Bug]: Segment fault when import decord before import vllm #9993
Comments
I was able to reproduce this. Here's the python backtrace:
|
It looks like when you install |
I think it is a similiar issue with dmlc/decord#293 |
thanks! Yes, swapping the import order to import vllm first (which imports torch), and then record, this test script works. I'm going to close this out, but feel free to reopen if you feel there's something vllm needs to do here. |
Your current environment
The output of `python collect_env.py`
Model Input Dumps
No response
🐛 Describe the bug
Importing decord before vllm causes the program to encounter a segmentation fault
Output
Before submitting a new issue...
The text was updated successfully, but these errors were encountered: