zhengruifeng opened a new pull request, #42210: URL: https://github.com/apache/spark/pull/42210
### What changes were proposed in this pull request? refering to https://pytorch.org/get-started/locally/ , existing command install PyTorch with CUDA  we should switch to cpu-only PyTorch, since the CUDA takes too much disk space.  ### Why are the changes needed? We don't have any GPU in CI, it makes no sense to install the huge CUDA, see https://github.com/zhengruifeng/spark/actions/runs/5692361308/job/15429270610   ### Does this PR introduce _any_ user-facing change? No, test-only ### How was this patch tested? updated CI -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
