Skip to content

Commit

Permalink
Hotfix numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
henryruhs committed Jun 16, 2024
1 parent ec5d46d commit 7be3526
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions facefusion/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,4 @@ def run(program : ArgumentParser) -> None:
subprocess.call([ 'pip', 'install', onnxruntime_name + '==' + onnxruntime_version, '--extra-index-url', 'https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/onnxruntime-cuda-12/pypi/simple', '--force-reinstall' ])
else:
subprocess.call([ 'pip', 'install', onnxruntime_name + '==' + onnxruntime_version, '--force-reinstall' ])
subprocess.call([ 'pip', 'install', 'numpy==1.26.4', '--force-reinstall' ])

0 comments on commit 7be3526

Please sign in to comment.