Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 639 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 639 Bytes

MLPerf Inference Results v4.1

This repository holds the results of MLPerf inference v4.1

Visualization of the results

We use mkdocs to run a site for better visualization of the results. You can see it here or you can run it locally by following the below commands.

Clone this repository

git clone https://github.com/gateoverflow/inference_results_v4.1

Setup the site and fetch the template code

bash run.sh 

(Use run.bat on Windows)

Run the site

Now the below command should lanuch a local website for visualization.

mkdocs serve