Skip to content

Commit

Permalink
add mac arm protobuf version control
Browse files Browse the repository at this point in the history
  • Loading branch information
huseyinzorlu committed Jun 5, 2023
1 parent 60ea77f commit 6b17128
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ sentence-transformers
faiss-cpu
huggingface_hub
transformers
protobuf==3.20.0; sys_platform != 'darwin'
protobuf==3.20.0; sys_platform == 'darwin' and platform_machine != 'arm64'
protobuf==3.20.3; sys_platform == 'darwin' and platform_machine == 'arm64'
accelerate
Expand Down

0 comments on commit 6b17128

Please sign in to comment.