supib4132 commited on
Commit
18b31a3
·
verified ·
1 Parent(s): 500d068

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -1
requirements.txt CHANGED
@@ -1 +1,16 @@
1
- transformers==4.34.0 sentence-transformers==2.7.0 faiss-cpu==1.7.4 torch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2 pillow==9.5.0 spacy==3.5.3 langchain==0.0.200 huggingface_hub==0.17.3 gradio==3.35.2 numpy==1.24.3 sentencepiece==0.1.99 pydantic==1.10.13 typer==0.7.0 tqdm==4.66.3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ transformers==4.34.0
2
+ sentence-transformers==2.7.0
3
+ faiss-cpu==1.7.4
4
+ torch==2.0.1
5
+ torchvision==0.15.2
6
+ torchaudio==2.0.2
7
+ pillow==9.5.0
8
+ spacy==3.5.3
9
+ langchain==0.0.200
10
+ huggingface_hub==0.17.3
11
+ gradio==3.35.2
12
+ numpy==1.24.3
13
+ sentencepiece==0.1.99
14
+ pydantic==1.10.13
15
+ typer==0.7.0 
16
+ tqdm==4.66.3