Skip to content

Commit

Permalink
Merge pull request s0md3v#406 from PieMan65/mac_requirements
Browse files Browse the repository at this point in the history
Updated requirements.txt for macs.
  • Loading branch information
henryruhs committed Jun 9, 2023
2 parents 30713c3 + fd00a18 commit 1f8409e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ insightface==0.7.3
psutil==5.9.5
tk==0.1.0
pillow==9.5.0
torch==2.0.1+cu118
torch==2.0.1+cu118; sys_platform != 'darwin'
torch==2.0.1; sys_platform == 'darwin'
onnxruntime==1.15.0; sys_platform == 'darwin' and platform_machine != 'arm64'
onnxruntime-silicon==1.13.1; sys_platform == 'darwin' and platform_machine == 'arm64'
onnxruntime-gpu==1.15.0; sys_platform != 'darwin'
Expand Down

0 comments on commit 1f8409e

Please sign in to comment.