inference/docs
2026-01-27 18:07:44 +00:00
..
benchmarks Add yolo run commands to inference docs (#2461) 2026-01-27 18:07:44 +00:00
changelog Update docs (#2118) 2025-02-18 23:48:13 +00:00
demos Documentation updates (#1821) 2024-09-03 12:50:28 -04:00
img Sync Docs (#1908) 2024-11-19 17:44:59 +00:00
install Fix Docs (#2229) 2025-07-08 11:39:23 -05:00
power Update docs (#2118) 2025-02-18 23:48:13 +00:00
submission Initial draft for Inference submission guide (#2378) 2025-12-23 00:44:51 +00:00
usage Docs update, fix download links for llama models (#2055) 2025-02-14 19:28:29 +00:00
index.md Add parameter and flops values (#2090) 2025-02-04 21:34:52 +00:00
index_gh.md Documentation updates (#1821) 2024-09-03 12:50:28 -04:00
README.md Docs update, fix download links for llama models (#2055) 2025-02-14 19:28:29 +00:00
requirements.txt Update docs: SCC24, fix broken redirect (#1843) 2024-09-24 11:39:18 -05:00
system_requirements.yml Docs update for r-gat (#1969) 2024-12-18 12:17:07 -06:00

Documentation Website for MLPerf Inference using the MLC 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