Skip to content

Commit

Permalink
CUDA requires dependency installation..
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <[email protected]>
  • Loading branch information
bigcat88 committed Apr 16, 2024
1 parent 8b8457b commit 01eb71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hw_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def hw_install():
else:
requirements = "torch torchvision torchaudio"

process_args = [sys.executable, "-m", "pip", "install", "--force-reinstall", "--no-deps", *requirements.split()]
process_args = [sys.executable, "-m", "pip", "install", "--force-reinstall", *requirements.split()]
subprocess.run(
process_args, # noqa: S603
check=False,
Expand Down

0 comments on commit 01eb71f

Please sign in to comment.