Spaces:
Runtime error
Runtime error
Reference model selection box
Browse files
app.py
CHANGED
@@ -296,14 +296,14 @@ with demo:
|
|
296 |
with gr.Row():
|
297 |
precision = gr.Dropdown(
|
298 |
choices=[
|
299 |
-
"
|
300 |
-
"
|
301 |
-
"
|
302 |
-
"
|
303 |
],
|
304 |
-
label="
|
305 |
multiselect=False,
|
306 |
-
value="
|
307 |
interactive=True,
|
308 |
)
|
309 |
model_type = gr.Dropdown(
|
|
|
296 |
with gr.Row():
|
297 |
precision = gr.Dropdown(
|
298 |
choices=[
|
299 |
+
"mistralai/Mistral-7B-v0.1",
|
300 |
+
"huggyllama/llama-7b",
|
301 |
+
"NousResearch/Llama-2-7b-hf",
|
302 |
+
"upstage/SOLAR-10.7B-v1.0",
|
303 |
],
|
304 |
+
label="Reference Model",
|
305 |
multiselect=False,
|
306 |
+
value="mistralai/Mistral-7B-v0.1",
|
307 |
interactive=True,
|
308 |
)
|
309 |
model_type = gr.Dropdown(
|