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
When I tried to run 'python setup.py install', it throwed out the error below. I wonder whether the version of pytorch and cuda is not suitable for this model.
ERROR:
File "...\torch\utils\cpp_extension.py", line 1824, in _run_ninja_build
raise RuntimeError(message) from e
RuntimeError: Error compiling objects for extension
OS:win10
pytorch:1.12.1
cuda:11.6
The text was updated successfully, but these errors were encountered:
When I tried to run 'python setup.py install', it throwed out the error below. I wonder whether the version of pytorch and cuda is not suitable for this model.
ERROR:
File "...\torch\utils\cpp_extension.py", line 1824, in _run_ninja_build
raise RuntimeError(message) from e
RuntimeError: Error compiling objects for extension
OS:win10
pytorch:1.12.1
cuda:11.6
The text was updated successfully, but these errors were encountered: