diff --git a/install.py b/install.py index 4e2f828..0b9d37e 100644 --- a/install.py +++ b/install.py @@ -11,5 +11,7 @@ lib = lib.strip() if lib == "dlib-bin" and system == "Darwin": lib = "dlib" # replace dlib-bin as dlib + if lib == "onnxruntime-gpu==1.15.0" and system == "Darwin": + continue # skip onnxruntime-gpu if not launch.is_installed(lib): - launch.run_pip(f"install {lib}", f"wav2lip_uhq requirement: {lib}") \ No newline at end of file + launch.run_pip(f"install {lib}", f"wav2lip_uhq requirement: {lib}")