qiqiWav commited on
Commit
3320e1a
1 Parent(s): 9138245

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -44,10 +44,10 @@ iface = gr.Interface(
44
  search_type="model",
45
  ),
46
  gr.Dropdown(
47
- ["Q2_K", "Q3_K_S", "Q3_K_M", "Q3_K_L", "Q4_0", "Q4_K_S", "Q4_K_M", "Q5_0", "Q5_K_S", "Q5_K_M", "Q6_K", "Q8_0"],
48
- label="Quantization Method",
49
- info="GGML quantisation type",
50
- value="Q4_K_M",
51
  filterable=False
52
  ),
53
  gr.Textbox(label="Email", placeholder="Enter your email here")
 
44
  search_type="model",
45
  ),
46
  gr.Dropdown(
47
+ ["q2_K", "q3_K", "q3_K_S", "q3_K_M", "q3_K_L", "q4_0", "q4_1", "q4_K", "q4_K_S", "q4_K_M", "q5_0", "q5_1", "q5_K", "q5_K_S", "q5_K_M", "q6_K", "q8_0", "f16"],
48
+ label="Quantization Option",
49
+ info="GGML quantisation options",
50
+ value="q4_0",
51
  filterable=False
52
  ),
53
  gr.Textbox(label="Email", placeholder="Enter your email here")