-
Notifications
You must be signed in to change notification settings - Fork 608
Arm backend: Do not run model unit tests in parallel #10953
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
Arm backend: Do not run model unit tests in parallel #10953
Conversation
Runing to many of the larger models in parallel can cause some resource problems on the maching. Signed-off-by: Zingo Andersen <[email protected]> Change-Id: Ibdcd6bd4b28cd42f833402a11e1d0676b3f50348
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/10953
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit dd998c4 with merge base 9663bfb ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
1st test round worked. |
2nd test ok testing a 3rd time |
3rd test also OK this seem to fix the problem with |
Executing to many of the larger models in parallel can cause some resource problems on the machine. Signed-off-by: Zingo Andersen <[email protected]>
Runing to many of the larger models in parallel can cause some resource problems on the machine..
cc @digantdesai @freddan80 @per @oscarandersson8218