vmshankar86 commited on
Commit
36625c3
Β·
verified Β·
1 Parent(s): 2e9f864

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='/models/BioMistral/BioMistral-7B',
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/MaziyarPanahi/BioMistral-7B-GGUF',
38
  temperature=0.2,
39
  max_tokens=2048,
40
  top_p=1