Open
Description
In PR #1249 you added code that uses at torch.cuda.get_device_capability()
. This break ahead of time compilation. get_device_capability()
only works on machines with CUDA hardware. On build machines without CUDA hardware, the function fails:
RuntimeError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from http://www.nvidia.com/Download/index.aspx
Metadata
Metadata
Assignees
Labels
No labels