Update requirements.txt
Browse files- requirements.txt +15 -1
requirements.txt
CHANGED
@@ -1 +1,15 @@
|
|
1 |
-
huggingface_hub==0.25.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
huggingface_hub==0.25.2
|
2 |
+
optimum[openvino]
|
3 |
+
sentence-transformers
|
4 |
+
faiss-cpu
|
5 |
+
|
6 |
+
openvino
|
7 |
+
openvino-genai
|
8 |
+
openvino-tokenizers
|
9 |
+
optimum
|
10 |
+
optimum-intel
|
11 |
+
nncf
|
12 |
+
transformers
|
13 |
+
sentence-transformers
|
14 |
+
gradio
|
15 |
+
torch
|