Replies: 1 comment
-
Hi @Guancred , the speed you're experiencing (~250ms/step) with 600 atoms using OC_10M.pb (a pretrained DPA1 model with 2 attention layers) on two CPUs is expected. This model is memory-intensive and optimized for use on a GPU. To improve performance, consider the following options:
By switching to a GPU, using a model with zero attention layers, and applying model compression, you can achieve speeds of around ~2.5ms/step, resulting in a 100x performance boost. I hope this helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I run the MD simulation for sulfides (about 600 atoms) with the OC_10M.pb, the rate is shown in the following:
which exhibits the slow speed (0.332 ns/day) by adopting 40 cores.
CPU: 2 x Intel Xeon ICX Platinum 8358 (2.6GHz, 32 cores)
And my question is how to improve it?
Beta Was this translation helpful? Give feedback.
All reactions