Skip to content

Commit

Permalink
IndySCC24 documentation added
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Sep 20, 2024
1 parent c454ac0 commit 9009382
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
18 changes: 18 additions & 0 deletions docs/benchmarks/language/reproducibility/scc24-bert.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
hide:
- toc
---

# Text to Image using Bert Large for IndySCC 2024


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

{{ mlperf_inference_implementation_readme (4, "bert-99", "reference", extra_variation_tags=",_short", scenarios=["Offline"],categories=["Edge"], setup_tips=False) }}

=== "Nvidia"
## Nvidia MLPerf Implementation
{{ mlperf_inference_implementation_readme (4, "bert-99", "nvidia", extra_variation_tags=",_short", scenarios=["Offline"],categories=["Edge"], setup_tips=False, implementation_tips=False) }}


5 changes: 4 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ nav:
- Medical Imaging:
- 3d-unet: benchmarks/medical_imaging/3d-unet.md
- Language Processing:
- Bert-Large: benchmarks/language/bert.md
- Bert-Large:
- Run Commands: benchmarks/language/bert.md
- Reproducibility:
- IndySCC24: benchmarks/language/reproducibility/scc24-bert.md
- GPT-J: benchmarks/language/gpt-j.md
- LLAMA2-70B: benchmarks/language/llama2-70b.md
- MIXTRAL-8x7B: benchmarks/language/mixtral-8x7b.md
Expand Down

0 comments on commit 9009382

Please sign in to comment.