Oleg Shulyakov commited on
Commit
4700c13
·
1 Parent(s): 29e0460

Fix mixprint

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -546,7 +546,7 @@ class GGUFConverterUI:
546
  )
547
  self.embedding_tensor_method = gr.Dropdown(
548
  choices=["Q2_K", "Q3_K", "Q4_K", "Q5_K", "Q6_K", "Q8_0"],
549
- label="Output Quantization Method",
550
  info="use a specific quant type for the token embeddings tensor",
551
  value="Q8_0",
552
  filterable=False,
 
546
  )
547
  self.embedding_tensor_method = gr.Dropdown(
548
  choices=["Q2_K", "Q3_K", "Q4_K", "Q5_K", "Q6_K", "Q8_0"],
549
+ label="Embeddings Quantization Method",
550
  info="use a specific quant type for the token embeddings tensor",
551
  value="Q8_0",
552
  filterable=False,