Spaces:
Running
Running
MekkCyber
commited on
Commit
·
c92a299
1
Parent(s):
1d94803
fix
Browse files
app.py
CHANGED
|
@@ -166,14 +166,16 @@ with gr.Blocks(theme=gr.themes.Ocean(), css=css) as app:
|
|
| 166 |
show_label=False,
|
| 167 |
)
|
| 168 |
group_size = gr.Textbox(
|
| 169 |
-
|
| 170 |
value=128,
|
| 171 |
-
interactive=True
|
|
|
|
| 172 |
)
|
| 173 |
quantized_model_name = gr.Textbox(
|
| 174 |
-
|
| 175 |
value="",
|
| 176 |
-
interactive=True
|
|
|
|
| 177 |
)
|
| 178 |
# device = gr.Dropdown(
|
| 179 |
# label="Device (int4 only works with cuda)",
|
|
|
|
| 166 |
show_label=False,
|
| 167 |
)
|
| 168 |
group_size = gr.Textbox(
|
| 169 |
+
info="Group Size (only for int4_weight_only)",
|
| 170 |
value=128,
|
| 171 |
+
interactive=True,
|
| 172 |
+
show_label=False
|
| 173 |
)
|
| 174 |
quantized_model_name = gr.Textbox(
|
| 175 |
+
info="Model Name (optional : to override default)",
|
| 176 |
value="",
|
| 177 |
+
interactive=True,
|
| 178 |
+
show_label=False
|
| 179 |
)
|
| 180 |
# device = gr.Dropdown(
|
| 181 |
# label="Device (int4 only works with cuda)",
|