Commit
·
466ba1c
1
Parent(s):
4a3b90e
update app.py
Browse files
app.py
CHANGED
@@ -327,7 +327,7 @@ with gr.Blocks(css_paths="app.css", title="Qwen2.5 Coder Artifacts (+SambaNova+F
|
|
327 |
"Meta-Llama-3.1-70B-Instruct",
|
328 |
"Meta-Llama-3.1-405B-Instruct",
|
329 |
"Meta-Llama-3.1-8B-Instruct",
|
330 |
-
"QwQ-32B-Preview",
|
331 |
"Qwen2.5-72B-Instruct",
|
332 |
],
|
333 |
label="LLM model",
|
@@ -391,7 +391,7 @@ with gr.Blocks(css_paths="app.css", title="Qwen2.5 Coder Artifacts (+SambaNova+F
|
|
391 |
if _history is None:
|
392 |
_history = []
|
393 |
|
394 |
-
logger.info(f"code_language/
|
395 |
|
396 |
# Prepare the preprocess and postprocess functions
|
397 |
def preprocess(message, history):
|
|
|
327 |
"Meta-Llama-3.1-70B-Instruct",
|
328 |
"Meta-Llama-3.1-405B-Instruct",
|
329 |
"Meta-Llama-3.1-8B-Instruct",
|
330 |
+
# "QwQ-32B-Preview",
|
331 |
"Qwen2.5-72B-Instruct",
|
332 |
],
|
333 |
label="LLM model",
|
|
|
391 |
if _history is None:
|
392 |
_history = []
|
393 |
|
394 |
+
logger.info(f"code_language/llm_model/ = {code_language}/{llm_model}/")
|
395 |
|
396 |
# Prepare the preprocess and postprocess functions
|
397 |
def preprocess(message, history):
|