Spaces:
Runtime error
Runtime error
Commit
•
621a1f6
1
Parent(s):
357da10
Puttin transformers first
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
|
|
1 |
wikiextractor==3.0.6
|
2 |
-
farm-haystack[inference]
|
3 |
qdrant-haystack==1.0.10
|
4 |
ipywidgets==8.1.1
|
5 |
tqdm==4.66.1
|
6 |
aiohttp==3.8.6
|
7 |
-
huggingface-hub==0.17.3
|
8 |
-
transformers==4.32.1
|
|
|
1 |
+
transformers==4.34.1
|
2 |
wikiextractor==3.0.6
|
3 |
+
farm-haystack[inference]
|
4 |
qdrant-haystack==1.0.10
|
5 |
ipywidgets==8.1.1
|
6 |
tqdm==4.66.1
|
7 |
aiohttp==3.8.6
|
8 |
+
huggingface-hub==0.17.3
|
|