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
File "C:\Users\SAS\miniforge3\envs\inf\Lib\site-packages\torch_dynamo\output_graph.py", line 1416, in call_user_compiler
return self._call_user_compiler(gm)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\SAS\miniforge3\envs\inf\Lib\site-packages\torch_dynamo\output_graph.py", line 1465, in _call_user_compiler
raise BackendCompilerFailed(self.compiler_fn, e) from e
torch._dynamo.exc.BackendCompilerFailed: backend='inductor' raised:
ImportError: DLL load failed while importing cuda_utils: The specified module could not be found.
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:
@ziyanxzy Thanks for your attention to Infinity. It seems that the error comes from Flex_Attn. Maybe you could run the code with --use_flex_attn=False
Besides, note that this codebase runs on Linux machines. We don't know whether it could be run on Windows. We are glad that you could share your experiences here, regardless of whether they were successful or unsuccessful.
File "C:\Users\SAS\miniforge3\envs\inf\Lib\site-packages\torch_dynamo\output_graph.py", line 1416, in call_user_compiler
return self._call_user_compiler(gm)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\SAS\miniforge3\envs\inf\Lib\site-packages\torch_dynamo\output_graph.py", line 1465, in _call_user_compiler
raise BackendCompilerFailed(self.compiler_fn, e) from e
torch._dynamo.exc.BackendCompilerFailed: backend='inductor' raised:
ImportError: DLL load failed while importing cuda_utils: The specified module could not be found.
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: