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
   
   
![image](https://github.com/apache/spark/assets/7322292/7957524b-8331-495b-ae8e-feda0a6934af)
   
   
   we should switch to cpu-only PyTorch, since the CUDA takes too much disk 
space.
   
   
![image](https://github.com/apache/spark/assets/7322292/4cd18513-5eb1-4522-acea-689c5f67e6fc)
   
   
   
   ### 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
   
   
![image](https://github.com/apache/spark/assets/7322292/56cd8b5b-5acb-483a-972d-ee467b7d5461)
   
   
![image](https://github.com/apache/spark/assets/7322292/8ead5f99-95c4-4d0d-8bcc-d7452b4986e1)
   
   
   ### 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]

Reply via email to