Spaces:
Runtime error
Runtime error
BridgeEight
commited on
Commit
•
66fc2d3
1
Parent(s):
83a0d99
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ InterFace.async_engine = AsyncEngine(
|
|
10 |
model_path=model_path,
|
11 |
backend='turbomind',
|
12 |
backend_config=backend_config,
|
13 |
-
chat_template_config=
|
14 |
tp=1)
|
15 |
|
16 |
async def reset_local_func(instruction_txtbox: gr.Textbox,
|
|
|
10 |
model_path=model_path,
|
11 |
backend='turbomind',
|
12 |
backend_config=backend_config,
|
13 |
+
chat_template_config=chat_template,
|
14 |
tp=1)
|
15 |
|
16 |
async def reset_local_func(instruction_txtbox: gr.Textbox,
|