Removed support for CUDA capability 3.0 and 5.0

Hi! Everybody, as understand in future release I can’t use pytorch because of compute capability 5.0 removed.
The problem that I use laptop to debug and execute code on remote server.

It is any way to use pytorch in future?

Hi,

At the moment, they are just removed from the binary release (because the binaries have become too big), you can still use your gpu if you compile from source.

1 Like