pradeepsengarr commited on
Commit
541a176
·
verified ·
1 Parent(s): 1dedfac

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -14
requirements.txt CHANGED
@@ -1,14 +1,10 @@
1
- sentence-transformers==2.7.0
2
- torch>=2.1.0
3
- transformers==4.39.3
4
- huggingface-hub>=0.19.4
5
- faiss-cpu==1.11.0
6
- langchain==0.1.16 # Compatible with pydantic >=2
7
- gradio==4.17.0 # Requires pydantic >=2
8
- datasets
9
- hf_xet>=1.0.0,<2.0.0
10
- auto-gptq
11
- hf-transfer>=0.1.4
12
- protobuf<4
13
- click<8.1
14
- pydantic>=2.0 # Ensures compatibility with both langchain 0.1.16 and gradio 4.17.0
 
1
+ torch>=1.11.0
2
+ transformers>=4.21.0
3
+ sentence-transformers>=2.2.0
4
+ faiss-cpu>=1.7.0
5
+ bitsandbytes>=0.35.0
6
+ accelerate>=0.20.0
7
+ gradio>=4.0.0
8
+ PyPDF2>=3.0.0
9
+ python-docx>=0.8.11
10
+ numpy>=1.21.0