I was reading the documentation on GitHub and saw there’s some specific options for CPU-only builds, which I have followed. The issue is I’m working with some older home lab hardware that is equipped with CPUs that only supports the AVX1 instruction set. Is there some option or environment variable I can set at compile time so Pytorch only compiles with support for AVX1?