Skip to content

Commit

Permalink
Added SCC24 readme, support reproducibility in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Sep 18, 2024
1 parent f0b9e7f commit 8cea28a
Show file tree
Hide file tree
Showing 13 changed files with 91 additions and 68 deletions.
2 changes: 1 addition & 1 deletion docs/benchmarks/image_classification/mobilenets.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ hide:

# Image Classification using Mobilenet models

Install CM following the [installation page](/install).
Install CM following the [installation page](site:install).

Mobilenet models are not official MLPerf models and so cannot be used for a Closed division MLPerf inference submission. But since they can be run with Imagenet dataset, we are allowed to use them for Open division submission. Only CPU runs are supported now.

Expand Down
1 change: 0 additions & 1 deletion docs/benchmarks/image_classification/resnet50.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ hide:

# Image Classification using ResNet50

Install CM following the [installation page](/install).

=== "MLCommons-Python"
## MLPerf Reference Implementation in Python
Expand Down
2 changes: 0 additions & 2 deletions docs/benchmarks/language/bert.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ hide:

# Question Answering using Bert-Large

Install CM following the [installation page](/install).

=== "MLCommons-Python"
## MLPerf Reference Implementation in Python

Expand Down
2 changes: 0 additions & 2 deletions docs/benchmarks/language/gpt-j.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ hide:

# Text Summarization using GPT-J

Install CM following the [installation page](/install).

=== "MLCommons-Python"
## MLPerf Reference Implementation in Python

Expand Down
2 changes: 0 additions & 2 deletions docs/benchmarks/language/llama2-70b.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ hide:

# Text Summarization using LLAMA2-70b

Install CM following the [installation page](/install).

=== "MLCommons-Python"
## MLPerf Reference Implementation in Python

Expand Down
2 changes: 0 additions & 2 deletions docs/benchmarks/language/mixtral-8x7b.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ hide:

# Question Answering, Math, and Code Generation using Mixtral-8x7B

Install CM following the [installation page](/install).

=== "MLCommons-Python"
## MLPerf Reference Implementation in Python

Expand Down
2 changes: 0 additions & 2 deletions docs/benchmarks/medical_imaging/3d-unet.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ hide:

# Medical Imaging using 3d-unet (KiTS 2019 kidney tumor segmentation task)

Install CM following the [installation page](/install).

=== "MLCommons-Python"
## MLPerf Reference Implementation in Python

Expand Down
2 changes: 0 additions & 2 deletions docs/benchmarks/object_detection/retinanet.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ hide:

# Object Detection using Retinanet

Install CM following the [installation page](/install).

=== "MLCommons-Python"
## MLPerf Reference Implementation in Python

Expand Down
2 changes: 0 additions & 2 deletions docs/benchmarks/recommendation/dlrm-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ hide:

# Recommendation using DLRM v2

Install CM following the [installation page](/install).

=== "MLCommons-Python"
## MLPerf Reference Implementation in Python

Expand Down
18 changes: 18 additions & 0 deletions docs/benchmarks/text_to_image/reproducibility/scc24.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
hide:
- toc
---

# Text to Image using Stable Diffusion for Student Cluster Competition 2024


=== "MLCommons-Python"
## MLPerf Reference Implementation in Python

{{ mlperf_inference_implementation_readme (4, "sdxl", "reference", extra_variation_tags=",_short", scenarios=["Offline"],categories=["Edge"]) }}

=== "Nvidia"
## Nvidia MLPerf Implementation
{{ mlperf_inference_implementation_readme (4, "sdxl", "nvidia", extra_variation_tags=",_short", scenarios=["Offline"],categories=["Edge"]) }}


1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ swagger-markdown
mkdocs-macros-plugin
ruamel.yaml
mkdocs-redirects
mkdocs-site-urls
117 changes: 66 additions & 51 deletions main.py

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ nav:
- Image Classification:
- ResNet50: benchmarks/image_classification/resnet50.md
- Text to Image:
- Stable Diffusion: benchmarks/text_to_image/sdxl.md
- Stable Diffusion:
- Run Commands: benchmarks/text_to_image/sdxl.md
- Reproducibility:
- SCC24: benchmarks/text_to_image/reproducibility/scc24.md
- Object Detection:
- RetinaNet: benchmarks/object_detection/retinanet.md
- Medical Imaging:
Expand Down Expand Up @@ -62,6 +65,7 @@ markdown_extensions:
plugins:
- search
- macros
- site-urls
- redirects:
redirect_maps:
'benchmarks/index.md': 'index.md'

0 comments on commit 8cea28a

Please sign in to comment.