Spaces:
Paused
Paused
Andrew Gockenbach
commited on
Commit
·
b915bbe
1
Parent(s):
d13d6db
Going back to 3.3
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ class VllmApiServer:
|
|
| 40 |
"--max-lora-rank", "64",
|
| 41 |
"--enable-auto-tool-choice",
|
| 42 |
"--tool-call-parser", "llama3_json",
|
| 43 |
-
"--chat-template", "./tool_chat_template_llama3.
|
| 44 |
]
|
| 45 |
|
| 46 |
print(f"Starting vLLM server with command: {' '.join(cmd)}")
|
|
|
|
| 40 |
"--max-lora-rank", "64",
|
| 41 |
"--enable-auto-tool-choice",
|
| 42 |
"--tool-call-parser", "llama3_json",
|
| 43 |
+
"--chat-template", "./tool_chat_template_llama3.3_json.jinja"
|
| 44 |
]
|
| 45 |
|
| 46 |
print(f"Starting vLLM server with command: {' '.join(cmd)}")
|