oguzhandoganoglu commited on
Commit
9d6f2d6
·
verified ·
1 Parent(s): 0dbf860

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def respond(
29
  top_k,
30
  repetition_penalty,
31
  ):
32
- chat_template = MessagesFormatterType.VICUNA
33
 
34
  llm = Llama(
35
  model_path=f"models/unsloth.F16.gguf",
 
29
  top_k,
30
  repetition_penalty,
31
  ):
32
+ chat_template = MessagesFormatterType.VICUNA
33
 
34
  llm = Llama(
35
  model_path=f"models/unsloth.F16.gguf",