Skip to content

Commit

Permalink
Merge pull request #54 from vantang/main
Browse files Browse the repository at this point in the history
macOS doesn't need to install onnxruntime-gpu
  • Loading branch information
numz authored Sep 18, 2023
2 parents 7e926c8 + 4c6d412 commit 2c8f2ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
launch.run_pip(f"install {lib}", f"wav2lip_uhq requirement: {lib}")

0 comments on commit 2c8f2ae

Please sign in to comment.