Does PyTorch work with GTX 780M?

Does PyTorch work with GTX 780M ? Is there an install guide for GTX 780M ?

It seems your GPU supports compute capability 3.0 based on this source, which isn’t shipped in the pre-built binaries anymore.
You could compile from source using this instructions to use your GPU.