Spaces:
Running
Running
MekkCyber
commited on
Commit
·
715b64a
1
Parent(s):
edfab78
fix
Browse files
app.py
CHANGED
@@ -160,9 +160,10 @@ with gr.Blocks(theme=gr.themes.Ocean(), css=css) as app:
|
|
160 |
with gr.Column():
|
161 |
quantization_type = gr.Dropdown(
|
162 |
label="Quantization Type",
|
|
|
163 |
choices=["int4_weight_only", "int8_weight_only", "int8_dynamic_activation_int8_weight"],
|
164 |
value="int8_weight_only",
|
165 |
-
filterable=False
|
166 |
)
|
167 |
group_size = gr.Textbox(
|
168 |
label="Group Size (only for int4_weight_only)",
|
|
|
160 |
with gr.Column():
|
161 |
quantization_type = gr.Dropdown(
|
162 |
label="Quantization Type",
|
163 |
+
info="Choose one of the 3 available quantizations"
|
164 |
choices=["int4_weight_only", "int8_weight_only", "int8_dynamic_activation_int8_weight"],
|
165 |
value="int8_weight_only",
|
166 |
+
filterable=False,
|
167 |
)
|
168 |
group_size = gr.Textbox(
|
169 |
label="Group Size (only for int4_weight_only)",
|