The error message is below was wondering if anyone knew the cause:
bin\torch_cpu.dll : fatal error LNK1120: 1 unresolved externals
ninja: build stopped: subcommand failed.
– Building version 2.8.0a0+git31e1274
— Trying to initialize submodules
— Submodule initialization took 216.85 sec
– Checkout nccl release tag: v2.27.3-1
cmake -GNinja -DBUILD_PYTHON=True -DBUILD_TEST=True -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=C:\Users\sd190\pytorch\torch -DCMAKE_PREFIX_PATH=C:\Users\sd190\AppData\Local\Programs\Python\Python312\Lib\site-packages -DPython_EXECUTABLE=C:\Users\sd190\AppData\Local\Programs\Python\Python312\python.exe -DTORCH_BUILD_VERSION=2.8.0a0+git31e1274 -DUSE_NUMPY=True C:\Users\sd190\pytorch
cmake --build . --target install --config Release
error: subprocess-exited-with-error