-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Endless "[Perf]: MatMul reference implementation being executed generated" messages and dramatic inference slowdown upon updating to docker 27.3.1 #1021
Comments
Thanks @lucajovine for this solution. I suddenly started having the same issue with sequences that were previously running without a problem once I upgraded all outdated modules in my system in the beginning of this month. Downgrading docker as you suggest fixed it. So I learned the lesson as a new server admin of the importance of pinning ( BTW A slight variation from your solution in case it is useful: I am also running on Ubuntu 22.0.4 and I have success running AF on this version of docker: |
Hi @DrRadan glad this was useful! I essentially froze my conda environment for AF2, but being docker a system-level tool it got updated anyway, which caused the issue. If you are not already running AF2 in its own environment, that's probably what i would suggest to do to avoid similar issues. |
Are you sure that the slow-down was caused by the repeated error message? I had the same problem, but in our case the errors were caused by docker not using the GPU - which obviously slows things down a lot. See my problem report here: |
Sorry for the late reply @hofmank0: as far as I could tell, docker was using the GPU. |
in our case the errors were caused by docker not using the GPU - workaround #1029 was help me, because I could not downgrade Docker version 27.5.0, build a187fa5 As it turns out, after a wave of devastating updates, the successful execution of the command docker run --rm --gpus all nvidia/cuda:xx.y.z-base-ubuntu20.04 nvidia-smi does not guarantee the successful operation of python-docker with the GPU |
Hello,
One of my systems, running Ubuntu 22.04, updated docker to version 27.3.1 (build ce12230)... after which running AlphaFold2 produces a neverending series of messages like the following once it reaches the "Running predict with shape" stage:
This issue dramatically impacts runtime, and could be fixed by reverting docker and preventing it from re-updating:
However, I thought I should nonetheless report it as other users may have the same issue, and you can most likely fix it in a straightforward way.
Thanks,
Luca
The text was updated successfully, but these errors were encountered: