matrixportal commited on
Commit
01da532
·
verified ·
1 Parent(s): e8a8483

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -462,7 +462,7 @@ q_method = gr.Dropdown(
462
  )
463
 
464
  imatrix_q_method = gr.Dropdown(
465
- [IQ3_M", "IQ3_XXS", "Q4_K_M", "Q4_K_S", "IQ4_NL", "IQ4_XS", "Q5_K_M", "Q5_K_S"],
466
  label="Imatrix Quantization Method",
467
  info="GGML imatrix quants type",
468
  value="IQ4_NL",
 
462
  )
463
 
464
  imatrix_q_method = gr.Dropdown(
465
+ ["IQ3_M", "IQ3_XXS", "Q4_K_M", "Q4_K_S", "IQ4_NL", "IQ4_XS", "Q5_K_M", "Q5_K_S"],
466
  label="Imatrix Quantization Method",
467
  info="GGML imatrix quants type",
468
  value="IQ4_NL",