AegionX commited on
Commit
ebc6be5
·
verified ·
1 Parent(s): 0a5e031

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -2
requirements.txt CHANGED
@@ -1,12 +1,14 @@
1
  # main
2
- # streamlit # commented to avoid miss instalation
3
 
4
  # HuggingFace
5
  datasets==3.2.0
6
  huggingface_hub==0.27.0
 
7
  # Question Answering
8
  haystack-ai==2.0.1
9
  accelerate==0.29.2
10
  sentence-transformers==2.7.0
 
11
  # Extra
12
- mmh3==4.1.0
 
1
  # main
2
+ streamlit
3
 
4
  # HuggingFace
5
  datasets==3.2.0
6
  huggingface_hub==0.27.0
7
+
8
  # Question Answering
9
  haystack-ai==2.0.1
10
  accelerate==0.29.2
11
  sentence-transformers==2.7.0
12
+
13
  # Extra
14
+ mmh3==4.1.0