diff --git a/install_cuda.py b/install_cuda.py index b3dc25d..01238a6 100644 --- a/install_cuda.py +++ b/install_cuda.py @@ -39,7 +39,7 @@ ).stdout # Delete the torch package if it doesn't have the cuda version -if args.force: +if args.force or True: # always do this path now. subprocess.run(["pip", "uninstall", "-y", "torch"], check=True) subprocess.run(["pip", "uninstall", "-y", "torchvision"], check=True) subprocess.run(["pip", "uninstall", "-y", "torch-directml"], check=True)