Comment by brcmthrowaway
Comment by brcmthrowaway 2 days ago
Does pytorch work on AS out of the box? Or do you need some apple specific package
Comment by brcmthrowaway 2 days ago
Does pytorch work on AS out of the box? Or do you need some apple specific package
`uv pip install torch` just works, set your default device to `mps:0`, enjoy the RAM. Depends what you're doing though - some stuff isn't implemented, so if you're trying to fit a Gamma/Beta/Student-T distribution you're out of luck.