vmshankar86 commited on
Commit
2e9f864
Β·
verified Β·
1 Parent(s): 4c8bc85

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='https://api-inference.huggingface.co/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/BioMistral/BioMistral-7B',
38
  temperature=0.2,
39
  max_tokens=2048,
40
  top_p=1