Replies: 1 comment
-
i got it working! i had to modprobe nvidia |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i cannot get torch to work with my nVidia quarto rtx 4000
it says
Python 3.10.0 (default, Nov 3 2021, 17:24:26) [GCC 10.2.1 20210110] Commit hash: a9fed7c364061ae6efb37f797b6b522cb3cf7aa2 Traceback (most recent call last): File "/ex/p/stable-diffusion-webui/launch.py", line 380, in <module> prepare_environment() File "/ex/p/stable-diffusion-webui/launch.py", line 287, in prepare_environment run_python("import torch; assert torch.cuda.is_available(), 'Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check'") File "/ex/p/stable-diffusion-webui/launch.py", line 137, in run_python return run(f'"{python}" -c "{code}"', desc, errdesc) File "/ex/p/stable-diffusion-webui/launch.py", line 113, in run raise RuntimeError(message) RuntimeError: Error running command. Command: "/ex/p/stable-diffusion-webui/venv/bin/python3.10" -c "import torch; assert torch.cuda.is_available(), 'Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check'" Error code: 1 stdout: <empty> stderr: Traceback (most recent call last): File "<string>", line 1, in <module> AssertionError: Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check
Beta Was this translation helpful? Give feedback.
All reactions