Hacker News new | ask | show | jobs
by nathas 1386 days ago
Yeah. Try running with PYTORCH_ENABLE_MPS_FALLBACK=1 <script> --full-precision
2 comments

For me `--full-precision` kept erroring out, but `--precision full` worked correctly.
This worked!