Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can not install on rtx 6000 passive - turing compute #78

Open
Nemesis-the-Warlock opened this issue Dec 25, 2024 · 1 comment
Open

can not install on rtx 6000 passive - turing compute #78

Nemesis-the-Warlock opened this issue Dec 25, 2024 · 1 comment

Comments

@Nemesis-the-Warlock
Copy link

Nemesis-the-Warlock commented Dec 25, 2024

(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 |
+-----------------------------------------+------------------------+----------------------+

@Nemesis-the-Warlock
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant