xavierbarbier commited on
Commit
7cc71c0
·
verified ·
1 Parent(s): 917648b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ from gpt4all import GPT4All
3
  from huggingface_hub import hf_hub_download
4
  import faiss
5
  from langchain_community.embeddings import HuggingFaceEmbeddings
 
6
 
7
  title = "Mistral-7B-Instruct-GGUF Run On CPU-Basic Free Hardware"
8
 
 
3
  from huggingface_hub import hf_hub_download
4
  import faiss
5
  from langchain_community.embeddings import HuggingFaceEmbeddings
6
+ import numpy as np
7
 
8
  title = "Mistral-7B-Instruct-GGUF Run On CPU-Basic Free Hardware"
9