FS#72261 - [python-pytorch-opt-cuda] Doesn't support GTX 3090 / sm_86

Attached to Project: Community Packages
Opened by Paul McCann (polm23) - Tuesday, 28 September 2021, 05:32 GMT
Last edited by Andreas Radke (AndyRTR) - Wednesday, 29 September 2021, 05:26 GMT
Task Type Feature Request
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

I tried using this package with a GTX3090 but I get this error:


> nVIDIA GeForce RTX 3090 with CUDA capability sm_86 is not compatible with the
> current PyTorch installation.
> The current PyTorch install supports CUDA capabilities sm_37 sm_50 sm_60 sm_70.

I assume this is some kind of compile time option that can be changed?

Additional info:

Latest version of the package / CUDA etc. on clean Arch install.

Steps to reproduce:

I was training a model in spaCy, though I don't think the details matter much. If so let me know.
This task depends upon

Closed by  Andreas Radke (AndyRTR)
Wednesday, 29 September 2021, 05:26 GMT
Reason for closing:  None
Comment by Paul McCann (polm23) - Tuesday, 28 September 2021, 11:57 GMT
Never mind, this was my mistake - I was using a virtualenv and installed a different version of Torch that had that issue or something. Sorry for the false alarm

Loading...