Spaces:
Running
on
Zero
Running
on
Zero
aixsatoshi
commited on
Commit
•
c8daca5
1
Parent(s):
90ae643
Update app.py
Browse files
app.py
CHANGED
@@ -61,6 +61,7 @@ async def respond(
|
|
61 |
top_p,
|
62 |
top_k,
|
63 |
repeat_penalty,
|
|
|
64 |
):
|
65 |
chat_template = MessagesFormatterType.GEMMA_2
|
66 |
|
|
|
61 |
top_p,
|
62 |
top_k,
|
63 |
repeat_penalty,
|
64 |
+
Template,
|
65 |
):
|
66 |
chat_template = MessagesFormatterType.GEMMA_2
|
67 |
|