-
Notifications
You must be signed in to change notification settings - Fork 74
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
Code Freezes When Using QPyTorch #60
Comments
Hi @hasnainnaeem , what's your environment? pytorch, cuda version? |
Environment Details: |
I ran into this exact problem. it seems it is hanging during the just in time compilation. I am not sure yet how to fix it.. it might require reinstalling pytorch to clear out some cache or something |
Unfortunately, that doesn't fix the issue. I tried doing that multiple times, plus reinstalled the Linux subsystem. Then, I tried again on dual-booted ubuntu, but the issue persisted. Right now, I am working on Colab, it does not occur there. I think it has something to do with the graphics card/drivers. |
I figured it out! analyzing this trace, we see that it is hung on a file lock. I used pdb to debug the program like so: within pdb, i set a breakpoint at the file: press c to continue... I then opened the file lock code and noticed there was an object called "self.lock_file_path" |
Awesome! Thanks for letting me. I knew it had something to do with some lock file, but I couldn't find the lock file. |
I'm glad I could help :) |
Thank you very much for the solution! I have no idea why I suddenly ran into the same situation, but the solution fix the problem! (The codes work normally for weeks, then suddenly freeze...) |
Hi all on this thread, Thank you all for sharing the knowledge here. I have become too busy to maintain this repo and have not tested it on more recent environment. Sorry about this! Bests, |
The code file does not execute and freezes indefinitely. When I remove the below-mentioned line from the code, the project runs as expected:
from qtorch.quant import float_quantize, fixed_point_quantize, block_quantize
I wonder if anyone encountered a similar issue. @Tiiiger Any ideas why this is happening?
We are unable to proceed with our research because of this issue, if you could please spare some time to look into the code, I can send you the files (setup will take ~2 mins).
The text was updated successfully, but these errors were encountered: