-
Notifications
You must be signed in to change notification settings - Fork 7
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
queue.Empty #4
Comments
When running this command line can you also run Unfortunately, not able to reproduce this issue on my end. Maybe you can also post the exact conda environment that you are using ( |
I'm having the same issue |
@Southyang are you still running into issues? |
when I run this command It always shows if this is the reason of queue.Empty problem? |
I'm having the same issue,too. I want to know if anyone has found a solution to it now
I'm having the same issue,too. I want to know if anyone has found a solution to it now |
@CatLiZi @Southyang I have encountered the same issue. May I ask have you solved this problem ? |
I think the problem is in line 475. |
@LinqingZhong @Southyang As I delved deeper into debugging, I found that the reason for the queue being empty was consistent with the question raised by a previous researcher. During this code sentence, it got stuck and the thread was blocked, making it impossible to execute subsequent inference code Has anyone found a solution to this code because I can no longer delve deeper into it |
我这边问题出在第439行定义的 |
I use a GPU to deploy this project, after I run this line of code
This prompt appeared
I read the code in the corresponding part, but I didn't find where the problem is, how can I solve it?
The text was updated successfully, but these errors were encountered: