EmileH commited on
Commit
921a12d
·
1 Parent(s): 9457a1c

xformers required for stella, moving to alibaba

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +0 -0
app.py CHANGED
@@ -16,7 +16,7 @@ from haystack.components.retrievers import InMemoryEmbeddingRetriever
16
 
17
  import gradio as gr
18
 
19
- embedding_model = "dunzhang/stella_en_400M_v5"
20
 
21
 
22
  ########################
 
16
 
17
  import gradio as gr
18
 
19
+ embedding_model = "Alibaba-NLP/gte-multilingual-base"
20
 
21
 
22
  ########################
requirements.txt CHANGED
Binary files a/requirements.txt and b/requirements.txt differ