Tianyi Lim
Tianyi Lim
Assuming you have a CUDA GPU on your system (like the Nvidia Jetson), you could try installing `nvcc` by running ``` sudo apt install nvidia-cuda-toolkit ```
Thanks for doing this!
If you're still stuck on this, take a look [here](https://arnon.dk/matching-sm-architectures-arch-and-gencode-for-various-nvidia-cards/). `sm_20` refers to a (very) old NVIDIA GPU architecture. If you're using a Jetson TX2, you likely need to change...
Hi, sorry for commenting on a closed issue. But if we are using the torch hub model, how do we modify it to use float? ```python3 # where to modify...
for the record, I found access to a computer with a newer GPU. Sorry :(