README.md 244 Bytes
Newer Older
yangzhong's avatar
yangzhong committed
1
2
3
4
5
6
7
8
9
# Documentation Website for MLPerf Inference using the unified CM interface

## Commands to get the website running locally
```
git clone https://github.com/mlcommons/inference
cd inference
pip install -r docs/requirements.txt
mkdocs serve
```