aizanlabs commited on
Commit
36bcd62
·
verified ·
1 Parent(s): 7904af9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -221,6 +221,7 @@ class DocumentRetrievalAndGeneration:
221
  return response
222
 
223
  if __name__ == "__main__":
 
224
  embedding_model_name = 'flax-sentence-embeddings/all_datasets_v3_MiniLM-L12'
225
  # lm_model_id = "mistralai/Mistral-7B-Instruct-v0.2"
226
  lm_model_id= "unsloth/Phi-3-mini-4k-instruct-bnb-4bit"
 
221
  return response
222
 
223
  if __name__ == "__main__":
224
+ print("starting...")
225
  embedding_model_name = 'flax-sentence-embeddings/all_datasets_v3_MiniLM-L12'
226
  # lm_model_id = "mistralai/Mistral-7B-Instruct-v0.2"
227
  lm_model_id= "unsloth/Phi-3-mini-4k-instruct-bnb-4bit"