Yeyito commited on
Commit
3163ba6
1 Parent(s): 9bf390d

Reference model selection box

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -296,14 +296,14 @@ with demo:
296
  with gr.Row():
297
  precision = gr.Dropdown(
298
  choices=[
299
- "float16",
300
- "bfloat16",
301
- "8bit",
302
- "4bit",
303
  ],
304
- label="Precision",
305
  multiselect=False,
306
- value="float16",
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(