Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ retriever = vectorstore.as_retriever(search_kwargs={'k': 5})
|
|
34 |
|
35 |
# Load the LLM (LlamaCpp)
|
36 |
llm = LlamaCpp(
|
37 |
-
model_path='
|
38 |
temperature=0.2,
|
39 |
max_tokens=2048,
|
40 |
top_p=1
|
|
|
34 |
|
35 |
# Load the LLM (LlamaCpp)
|
36 |
llm = LlamaCpp(
|
37 |
+
model_path='/models/BioMistral/BioMistral-7B',
|
38 |
temperature=0.2,
|
39 |
max_tokens=2048,
|
40 |
top_p=1
|