Spaces:
Sleeping
Sleeping
Oleg Shulyakov
commited on
Commit
·
4700c13
1
Parent(s):
29e0460
Fix mixprint
Browse files
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="
|
| 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,
|