forked from mlcommons/cm4mlperf-inference
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f5b20ef
commit 694d4a4
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
site_name: MLPerf Inference Results Comparison | ||
repo_url: https://github.com/mlcommons/inference_results_v4.0 | ||
theme: | ||
name: material | ||
logo: img/logo_v2.svg | ||
favicon: img/logo_v2.svg | ||
palette: | ||
primary: deep purple | ||
accent: yellow | ||
custom_dir: overrides | ||
features: | ||
- content.tabs.link | ||
- content.code.copy | ||
- navigation.expand | ||
- navigation.sections | ||
- navigation.indexes | ||
- navigation.instant | ||
- navigation.tabs | ||
- navigation.tabs.sticky | ||
- navigation.top | ||
- toc.follow | ||
nav: | ||
- Results: index.md | ||
- Compare: compare/index.md | ||
- Top Results: top_results/index.md | ||
|
||
markdown_extensions: | ||
- pymdownx.tasklist: | ||
custom_checkbox: true | ||
- pymdownx.details | ||
- admonition | ||
- attr_list | ||
- def_list | ||
- footnotes | ||
- pymdownx.superfences: | ||
custom_fences: | ||
- name: mermaid | ||
class: mermaid | ||
format: !!python/name:pymdownx.superfences.fence_code_format | ||
- pymdownx.tabbed: | ||
alternate_style: true | ||
plugins: | ||
- macros |