Skip to content

Commit

Permalink
Improved readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Sep 19, 2024
1 parent eb27bd6 commit f8eda19
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,19 @@ This repository holds the results of MLPerf inference v4.1

We use `mkdocs` to run a site for better visualization of the results. You can see it [here](https://gateoverflow.github.io/inference_results_v4.1) 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 docinit.sh
```
(Use docinit.bat on Windows)

### Run the site

Now the below command should lanuch a local website for visualization.
```
mkdocs serve
Expand Down

0 comments on commit f8eda19

Please sign in to comment.