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

分享如何解决 RuntimeError: Found NVIDIA GeForce GTX 1060 which is too old to be supported by the triton GPU compiler, which is used as the backend. Triton only supports devices of CUDA Capability >= 7.0, but your device is of CUDA capability 6.1 #235

Closed
94zuocom opened this issue Jun 3, 2024 · 2 comments
Labels
stale The topic has been ignored for a long time

Comments

@94zuocom
Copy link

94zuocom commented Jun 3, 2024

image
打开core.py
import torch._dynamo
torch._dynamo.config.suppress_errors = True

@mw66
Copy link

mw66 commented Jun 19, 2024

I added torch._dynamo.config.suppress_errors = True, but the message still showing.

However, this is just WARNING:

[2024-06-18 23:38:49,504] torch._dynamo.convert_frame: [WARNING]     raise RuntimeError(
[2024-06-18 23:38:49,504] torch._dynamo.convert_frame: [WARNING] torch._dynamo.exc.BackendCompilerFailed: backend='inductor' raised:
[2024-06-18 23:38:49,504] torch._dynamo.convert_frame: [WARNING] RuntimeError: Found NVIDIA GeForce GTX TITAN X which is too old to be supported by the triton GPU compiler, which is used as the backend. Triton only supports devices of CUDA Capability >= 7.0, but your device is of CUDA capability 

The training seems working despite such messages. So I assume it's safe to just ignore these messages?

@github-actions github-actions bot added the stale The topic has been ignored for a long time label Jul 19, 2024
Copy link
Contributor

github-actions bot commented Aug 4, 2024

This issue was closed because it has been inactive for 15 days since being marked as stale.

@github-actions github-actions bot closed this as completed Aug 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale The topic has been ignored for a long time
Projects
None yet
Development

No branches or pull requests

2 participants