n00mkrad / cupscale

Image Upscaling GUI based on ESRGAN
MIT License
2.11k stars 112 forks source link

Nvidia A100 GPU on Windows Server 2022 - GPU not detected #152

Closed dustyny closed 1 year ago

dustyny commented 1 year ago

From what I can see CUDA is installed properly and it's visible from within python (testing using torch). I'm not sure why Cupscale isn't detected it..

grexzen commented 1 year ago

Because you need to tweak torch to work with the A100.

dustyny commented 1 year ago

Ah that makes sense.. I forgot that different GPU types need to be supported specifically.