Y
Hacker News
new
|
ask
|
show
|
jobs
by
thangngoc89
1035 days ago
Correct. You need CUDA, or ROCm, MPS (native to macOS) backends for running deep learning. I found it relatively easy to train some Pytorch model on beefy server with CUDA and running interference on my Macbook Air.
1 comments
astrange
1035 days ago
MPS is a Metal shader library rather than a programming language, which would be MSL (like GLSL/HLSL).
link
simlevesque
1035 days ago
They're referring to this:
https://pytorch.org/docs/stable/notes/mps.html
link