Open dmarcos opened 10 months ago
Do you mind sharing what OS and conda version are you using?
MacOS 13.4.1 conda 4.12.0
It makes more sense, those errors are because CUDA can't be installed ( notice all missing packages refers to cu113
== CUDA 11.3 ). I will add in the roadmap to explore support for MacOS
Thanks! I guess also requires an Nvidia GPU. Might be good to mention on the README
To be clear, in theory it's possible to use Metal backend instead of CUDA. https://pytorch.org/blog/introducing-accelerated-pytorch-training-on-mac/ There are some changes that need to be make, I just don't have experience using metal.
Would be great if someone can help with that.
After following the instructions. Then:
Just followed the instructions verbatim. Don't know enough about the pytorch stack to troubleshoot myself. Thanks!