Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ else:
|
|
81 |
#pipe=pipeline(model=m,tokenizer=t,task="text-generation")
|
82 |
import multiprocessing
|
83 |
|
84 |
-
from
|
85 |
|
86 |
llm = GPT4ALL(model=("./llama-3-open-ko-8b-instruct-preview-q5_k_m.gguf"))
|
87 |
from langchain.retrievers import WikipediaRetriever as Wiki
|
|
|
81 |
#pipe=pipeline(model=m,tokenizer=t,task="text-generation")
|
82 |
import multiprocessing
|
83 |
|
84 |
+
from langchain.llms import GPT4ALL
|
85 |
|
86 |
llm = GPT4ALL(model=("./llama-3-open-ko-8b-instruct-preview-q5_k_m.gguf"))
|
87 |
from langchain.retrievers import WikipediaRetriever as Wiki
|