Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +16 -1
requirements.txt
CHANGED
@@ -1 +1,16 @@
|
|
1 |
-
transformers==4.34.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|