phuongnv commited on
Commit
2794e10
·
verified ·
1 Parent(s): 197da53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -41,7 +41,8 @@ def respond(
41
  ):
42
  chat_template = get_messages_formatter_type(model)
43
 
44
- llm = Llama(model_path="model.guff")
 
45
  provider = LlamaCppPythonProvider(llm)
46
 
47
  agent = LlamaCppAgent(
 
41
  ):
42
  chat_template = get_messages_formatter_type(model)
43
 
44
+ model_name = "model.gguf"
45
+ llm = Llama(model_name)
46
  provider = LlamaCppPythonProvider(llm)
47
 
48
  agent = LlamaCppAgent(