update quantization config color
Browse files
app.py
CHANGED
|
@@ -263,7 +263,7 @@ with demo:
|
|
| 263 |
elem_id="filter-columns-precision",
|
| 264 |
)
|
| 265 |
with gr.Box() as config:
|
| 266 |
-
gr.HTML("""<p style='padding-bottom: 0.5rem; '>Quantization config</p>""")
|
| 267 |
with gr.Row():
|
| 268 |
filter_columns_computeDtype = gr.Dropdown(choices=[i.value.name for i in ComputeDtype], label="Compute Dtype", multiselect=False, value="float16", interactive=True,)
|
| 269 |
filter_columns_weightDtype = gr.Dropdown(choices=[i.value.name for i in WeightDtype], label="Weight Dtype", multiselect=False, value="int4", interactive=True,)
|
|
|
|
| 263 |
elem_id="filter-columns-precision",
|
| 264 |
)
|
| 265 |
with gr.Box() as config:
|
| 266 |
+
gr.HTML("""<p style='padding-bottom: 0.5rem; color: #6b7280; '>Quantization config</p>""")
|
| 267 |
with gr.Row():
|
| 268 |
filter_columns_computeDtype = gr.Dropdown(choices=[i.value.name for i in ComputeDtype], label="Compute Dtype", multiselect=False, value="float16", interactive=True,)
|
| 269 |
filter_columns_weightDtype = gr.Dropdown(choices=[i.value.name for i in WeightDtype], label="Weight Dtype", multiselect=False, value="int4", interactive=True,)
|