Hjgugugjhuhjggg commited on
Commit
c36a4a9
·
verified ·
1 Parent(s): b70567b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -345,7 +345,7 @@ with gr.Blocks(css=css) as demo:
345
  )
346
 
347
  imatrix_q_method = gr.Dropdown(
348
- ["IQ3_M", "IQ3_XXS", "Q4_K_M", "Q4_K_S", "IQ4_NL", "IQ4_XS", "Q5_K_M", "Q5_K_S"],
349
  label="Imatrix Quantization Method",
350
  info="GGML imatrix quants type",
351
  value="IQ4_NL",
 
345
  )
346
 
347
  imatrix_q_method = gr.Dropdown(
348
+ ["IQ1_S", "IQ2_M", "IQ2_S", "IQ1_M", "IQ3_M", "IQ3_XXS", "Q4_K_M", "Q4_K_S", "IQ4_NL", "IQ4_XS", "Q5_K_M", "Q5_K_S"],
349
  label="Imatrix Quantization Method",
350
  info="GGML imatrix quants type",
351
  value="IQ4_NL",