Skip to content

Commit

Permalink
Merge pull request #555 from DaneCode/patch-1
Browse files Browse the repository at this point in the history
Update requirements.txt
  • Loading branch information
PromtEngineer authored Oct 10, 2023
2 parents 15109ef + ea2fd28 commit 279dfbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ 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.2; sys_platform != 'darwin'
protobuf==3.20.2; sys_platform == 'darwin' and platform_machine != 'arm64'
protobuf==3.20.3; sys_platform == 'darwin' and platform_machine == 'arm64'
auto-gptq==0.2.2
docx2txt
Expand Down

0 comments on commit 279dfbb

Please sign in to comment.