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

[BUG REPORT] RuntimeError: CUTLASS submodule not found. #158

Open
lj-thirdeye opened this issue Oct 7, 2023 · 2 comments
Open

[BUG REPORT] RuntimeError: CUTLASS submodule not found. #158

lj-thirdeye opened this issue Oct 7, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@lj-thirdeye
Copy link

I follow the steps to install the webui on my Windows system. When I run "run.bat", I met this error:

STDERR:
error: subprocess-exited-with-error

python setup.py egg_info did not run successfully.
exit code: 1

[9 lines of output]
No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8'
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "C:\Users\jlmAurora\AppData\Local\Temp\pip-install-vfd6n54r\xformers_d33f228d057c4d9f8f92c2cbeb4093cf\setup.py", line 239, in
ext_modules=get_extensions(),
File "C:\Users\jlmAurora\AppData\Local\Temp\pip-install-vfd6n54r\xformers_d33f228d057c4d9f8f92c2cbeb4093cf\setup.py", line 157, in get_extensions
raise RuntimeError(
RuntimeError: CUTLASS submodule not found. Did you forget to run git submodule update --init --recursive ?
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

Encountered error while generating package metadata.

See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

After I run pip install catlass and git submodule update --init --recursive, it still returned the same error. Then I also deleted and reinstalled everything, but the error is still there. What's going on?

@lj-thirdeye lj-thirdeye added the bug Something isn't working label Oct 7, 2023
@gitmylo
Copy link
Owner

gitmylo commented Oct 7, 2023

It might have something to do with recent changes to pytorch, as the new default CUDA version for pytorch is now 12.1 instead of 11.8. I'll lock it back to the older version, as that might fix this issue as well.

gitmylo added a commit that referenced this issue Oct 7, 2023
@lj-thirdeye
Copy link
Author

It might have something to do with recent changes to pytorch, as the new default CUDA version for pytorch is now 12.1 instead of 11.8. I'll lock it back to the older version, as that might fix this issue as well.

Okay I see. New versions do have the ability to cause issues. Thanks for the reply!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants