Skip to content

Commit

Permalink
updated requirements txt to use faiss cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
norandom committed Apr 4, 2024
1 parent 6fd6718 commit c422d14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.gpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ langchainhub==0.1.14
ipywidgets
cryptography==42.0.5
pikepdf==8.13.0
html2text==2024.2.26
transformers==4.39.0
torch
torchvision
torchaudio
sentence-transformers==2.5.1
sqlite-vss==0.1.2

faiss_cpu==1.8.0


4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@ pypdf[full]==4.0.2
langchain_openai==0.0.8
langchain_experimental==0.0.53
langchainhub==0.1.14
ipywidgets==8.1.2
ipywidgets
cryptography==42.0.5
pikepdf==8.13.0
html2text==2024.2.26
transformers==4.39.0
torch==2.2.1+cpu
torchvision==0.17.1+cpu
torchaudio==2.2.1+cpu
sentence-transformers==2.5.1
sqlite-vss==0.1.2
faiss_cpu==1.8.0


0 comments on commit c422d14

Please sign in to comment.