Hacker News new | ask | show | jobs
by coredog64 2027 days ago
I did the same (well, used a discarded GPU that my kids didn't need any more) and I have one caution: If you're using PyTorch, you'll want to have a CPU that at least supports AVX. The C++ libraries that ship with PyTorch assume AVX at compile time and don't have an option to disable at runtime. It's a PITA to recompile the entire stack.
1 comments

Not sure what you are talking about. Pytorch binaries don’t assume anything about your CPU.