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

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
- ["IQ1_S", "IQ2_XXS", "IQ2_XS", "IQ2_S", "IQ2_M", "Q2_K_S", "Q2_K", "IQ3_XXS", "IQ3_XS", "Q3_K_S", "IQ3_S", "IQ3_M", "Q3_K_M", "Q3_K_L", "IQ4_XS", "IQ4_NL", "Q4_0", "Q4_K_S", "Q4_K_M", "Q5_K_S", "Q5_K_M", "Q6_K", "Q8_0", "f16"],
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",