-
Notifications
You must be signed in to change notification settings - Fork 1
[CI] Let workflows run on ARC runners #48
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
Conversation
|
Something wrong when building torch_npu see: https://github.com/cosdt/pytorch-integration-tests/actions/runs/13497218910 Could you please provide some logs from the runner cluster? Thanks @cllouud |
|
I cann't find the cause from the run log: https://github.com/cosdt/pytorch-integration-tests/actions/runs/13497218910/job/37707080607 |
|
The root cause is a make failure due to lack of memory. build_args = ['-j', str(multiprocessing.cpu_count())]https://github.com/Ascend/pytorch/blob/0bdf8f94245753ad02731b84b788013f0ad7f5a7/setup.py#L366 |
|
We should allow users custom make parallelism, everything gonna be ok after this pr merged. |

fixes: https://github.com/cosdt/pytorch/issues/68
Request: