eduardo-alvarez
commited on
Commit
•
333d5d7
1
Parent(s):
04317eb
Update app.py
Browse files
app.py
CHANGED
@@ -152,10 +152,10 @@ with demo:
|
|
152 |
value=["No Affiliation","Intel Innovator","Student Ambassador","Intel Liftoff", "Intel Engineering", "Other"])
|
153 |
|
154 |
with gr.Column():
|
155 |
-
filter_size = gr.CheckboxGroup(choices=[1,2,3,5,7,13,35,60,70,100],
|
156 |
label="Model Sizes (Billion of Parameters)",
|
157 |
elem_id="parameter_size",
|
158 |
-
value=[1,2,3,5,7,13,35,60,70,100])
|
159 |
filter_precision = gr.CheckboxGroup(choices=["fp32","fp16","bf16","int8","fp8", "int4"],
|
160 |
label="Model Precision",
|
161 |
elem_id="precision",
|
|
|
152 |
value=["No Affiliation","Intel Innovator","Student Ambassador","Intel Liftoff", "Intel Engineering", "Other"])
|
153 |
|
154 |
with gr.Column():
|
155 |
+
filter_size = gr.CheckboxGroup(choices=[1,2,3,5,7,8,13,35,60,70,100],
|
156 |
label="Model Sizes (Billion of Parameters)",
|
157 |
elem_id="parameter_size",
|
158 |
+
value=[1,2,3,5,7,8,13,35,60,70,100])
|
159 |
filter_precision = gr.CheckboxGroup(choices=["fp32","fp16","bf16","int8","fp8", "int4"],
|
160 |
label="Model Precision",
|
161 |
elem_id="precision",
|