You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i forced my way through it with compute_capabilities = ["8.6"] by replacing compute_capabilities = get_torch_arch_list() in the setup.py but that is anything but elegant, of course
(base) G:\ComfyUI_windows_portable\SageAttention>..\python_embeded\python.exe setup.py install
Traceback (most recent call last):
File "G:\ComfyUI_windows_portable\SageAttention\setup.py", line 106, in
raise RuntimeError(
RuntimeError: GPUs with compute capability below 8.0 are not supported.
Turing is 8.6 if i am not mistaken.
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 566.03 Driver Version: 566.03 CUDA Version: 12.7 |
|-----------------------------------------+------------------------+----------------------+
| GPU Name Driver-Model | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+================|
| 0 Quadro RTX 6000 TCC | 00000000:09:00.0 Off | 0 |
| N/A 38C P8 14W / 250W | 10MiB / 23040MiB | 0% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+
The text was updated successfully, but these errors were encountered: