diff --git a/process_results_table.py b/process_results_table.py index cea446d..9d332e4 100644 --- a/process_results_table.py +++ b/process_results_table.py @@ -154,7 +154,7 @@ def processdata(data, category, division, availability): mydata[myid][key] = item[key] return mydata -models = [ "llama2-70b-99", "llama2-70b-99.9", "gptj-99", "gptj-99.9", "bert-99", "bert-99.9", "stable-diffusion-xl", "dlrm-v2-99", "dlrm-v2-99.9", "retinanet", "resnet", "3d-unet-99", "3d-unet-99.9" ] +models = [ "stable-diffusion-xl" ] ''' def get_precision_info(measurements_url, platform): @@ -180,19 +180,7 @@ def construct_table(category, division, availability): System Submitter Accelerator - LLAMA2-70B-99 - LLAMA2-70B-99.9 - GPTJ-99 - GPTJ-99.9 - Bert-99 - Bert-99.9 - Stable Diffusion - DLRM-v2-99 - DLRM-v2-99.9 - Retinanet - ResNet50 - 3d-unet-99 - 3d-unet-99.9 + Stable Diffusion """ tableheader += "" @@ -202,29 +190,6 @@ def construct_table(category, division, availability): - Server - Offline - Server - Offline - Server - Offline - Server - Offline - Server - Offline - Server - Offline - Server - Offline - Server - Offline - Server - Offline - Server - Offline - Server - Offline - Offline Offline """ @@ -297,7 +262,7 @@ def construct_table(category, division, availability): html += f""" """ - if "3d-unet" not in m: + if "3d-unet" not in m and False: html += f""" """ @@ -440,7 +405,7 @@ def generate_select_options(options, selected_value): availabilities = ["Available", "Preview", "RDI" ] #availabilities = ["Available" ] -division="closed" +division="open" category="datacenter" html = "" for availability in availabilities: @@ -455,20 +420,20 @@ def generate_select_options(options, selected_value): {tableposhtml}
""" -summary = construct_summary_table(category, division) +#summary = construct_summary_table(category, division) #print(summary) -html += f""" -

Count of Results

-{summary} -
+#html += f""" +#

Count of Results

+#{summary} +#
""" -html += """ -
-
- """ +#html += """ +#
+#
+# """ -html += generate_html_form(categories, divisions) +#html += generate_html_form(categories, divisions) extra_scripts = """ diff --git a/summary_results.json b/summary_results.json index 65f16a7..c37005e 100644 --- a/summary_results.json +++ b/summary_results.json @@ -4,7 +4,7 @@ "Submitter": "MLCommons", "Availability": "available", "Category": "open", - "Suite": "edge", + "Suite": "datacenter", "System": "48ed6105bd85", "Platform": "48ed6105bd85-nvidia-gpu-TensorRT-scc24-base", "UsedModel": "stable-diffusion-xl", @@ -40,7 +40,7 @@ "Submitter": "MLCommons", "Availability": "available", "Category": "open", - "Suite": "edge", + "Suite": "datacenter", "System": "48ed6105bd85", "Platform": "48ed6105bd85-nvidia-gpu-TensorRT-scc24-main", "UsedModel": "stable-diffusion-xl",