-
Notifications
You must be signed in to change notification settings - Fork 20
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
Error running SamplerCustomAdvanced #74
Comments
same here , backend='inductor' raised: Set TORCH_LOGS="+dynamo" and TORCHDYNAMO_VERBOSE=1 for more information You can suppress this exception and fall back to eager by setting: |
same issue |
if you're using Windows, delete the "Compile Model+" node also enable the acceleration, just need to remain the "Add first block cache" node |
But I only use Add first block cache and it doesn't have any effect |
how many steps you running? make sure you hitting over 20 steps |
|
torch._dynamo.exc.BackendCompilerFailed: backend='inductor' raised:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\sky\AppData\Local\Temp\torchinductor_sky\triton\0\3288a2b4da40f5f3c752f9095518ae8bdb19646496f5a71d8caa0ac25c85daa8\__grp__triton_red_fused__scaled_mm__to_copy_add_clamp_mul_native_layer_norm_ones_16.json.tmp.pid_9796_7d68d846-f74b-4e5a-a739-43ce1dc143c8'
Set TORCH_LOGS="+dynamo" and TORCHDYNAMO_VERBOSE=1 for more information
You can suppress this exception and fall back to eager by setting:
import torch._dynamo
torch._dynamo.config.suppress_errors = True
The text was updated successfully, but these errors were encountered: