forked from mlcommons/inference
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from anandhu-eng/cm_readme_inference_update
Cm readme inference update
- Loading branch information
Showing
33 changed files
with
1,132 additions
and
155 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 |
---|---|---|
@@ -1,3 +1,8 @@ | ||
--- | ||
hide: | ||
- toc | ||
--- | ||
|
||
# Image Classification using ResNet50 | ||
|
||
## Dataset | ||
|
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
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 |
---|---|---|
@@ -1,3 +1,8 @@ | ||
--- | ||
hide: | ||
- toc | ||
--- | ||
|
||
# Image Classification using ResNet50 | ||
|
||
=== "MLCommons-Python" | ||
|
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,36 +1,34 @@ | ||
--- | ||
hide: | ||
- toc | ||
--- | ||
|
||
# Question Answering using Bert-Large | ||
|
||
=== "MLCommons-Python" | ||
## MLPerf Reference Implementation in Python | ||
|
||
BERT-99 | ||
{{ mlperf_inference_implementation_readme (4, "bert-99", "reference") }} | ||
|
||
BERT-99.9 | ||
{{ mlperf_inference_implementation_readme (4, "bert-99.9", "reference") }} | ||
|
||
=== "Nvidia" | ||
## Nvidia MLPerf Implementation | ||
|
||
BERT-99 | ||
{{ mlperf_inference_implementation_readme (4, "bert-99", "nvidia") }} | ||
|
||
BERT-99.9 | ||
{{ mlperf_inference_implementation_readme (4, "bert-99.9", "nvidia") }} | ||
|
||
=== "Intel" | ||
## Intel MLPerf Implementation | ||
BERT-99 | ||
|
||
{{ mlperf_inference_implementation_readme (4, "bert-99", "intel") }} | ||
|
||
BERT-99.9 | ||
{{ mlperf_inference_implementation_readme (4, "bert-99.9", "intel") }} | ||
|
||
=== "Qualcomm" | ||
## Qualcomm AI100 MLPerf Implementation | ||
|
||
BERT-99 | ||
{{ mlperf_inference_implementation_readme (4, "bert-99", "qualcomm") }} | ||
|
||
BERT-99.9 | ||
{{ mlperf_inference_implementation_readme (4, "bert-99.9", "qualcomm") }} |
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 |
---|---|---|
@@ -1,3 +1,8 @@ | ||
--- | ||
hide: | ||
- toc | ||
--- | ||
|
||
# Question Answering using Bert-Large | ||
|
||
## Dataset | ||
|
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 |
---|---|---|
@@ -1,3 +1,8 @@ | ||
--- | ||
hide: | ||
- toc | ||
--- | ||
|
||
# Text Summarization using GPT-J | ||
|
||
## Dataset | ||
|
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
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
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 |
---|---|---|
@@ -1,39 +1,38 @@ | ||
--- | ||
hide: | ||
- toc | ||
--- | ||
|
||
# Text Summarization using GPT-J | ||
|
||
|
||
=== "MLCommons-Python" | ||
## MLPerf Reference Implementation in Python | ||
|
||
GPT-J-99 | ||
|
||
|
||
{{ mlperf_inference_implementation_readme (4, "gptj-99", "reference") }} | ||
|
||
GPTJ-99.9 | ||
|
||
{{ mlperf_inference_implementation_readme (4, "gptj-99.9", "reference") }} | ||
|
||
=== "Nvidia" | ||
## Nvidia MLPerf Implementation | ||
|
||
GPTJ-99 | ||
|
||
{{ mlperf_inference_implementation_readme (4, "gptj-99", "nvidia") }} | ||
|
||
GPTJ-99.9 | ||
|
||
{{ mlperf_inference_implementation_readme (4, "gptj-99.9", "nvidia") }} | ||
|
||
=== "Intel" | ||
## Intel MLPerf Implementation | ||
GPTJ-99 | ||
|
||
{{ mlperf_inference_implementation_readme (4, "gptj-99", "intel") }} | ||
|
||
|
||
=== "Qualcomm" | ||
## Qualcomm AI100 MLPerf Implementation | ||
|
||
GPTJ-99 | ||
|
||
{{ mlperf_inference_implementation_readme (4, "gptj-99", "qualcomm") }} | ||
|
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 |
---|---|---|
@@ -1,28 +1,28 @@ | ||
--- | ||
hide: | ||
- toc | ||
--- | ||
|
||
# Text Summarization using LLAMA2-70b | ||
|
||
|
||
=== "MLCommons-Python" | ||
## MLPerf Reference Implementation in Python | ||
|
||
LLAMA2-70b-99 | ||
{{ mlperf_inference_implementation_readme (4, "llama2-70b-99", "reference") }} | ||
|
||
LLAMA2-70b-99.9 | ||
{{ mlperf_inference_implementation_readme (4, "llama2-70b-99.9", "reference") }} | ||
|
||
=== "Nvidia" | ||
## Nvidia MLPerf Implementation | ||
|
||
LLAMA2-70b-99 | ||
{{ mlperf_inference_implementation_readme (4, "llama2-70b-99", "nvidia") }} | ||
|
||
LLAMA2-70b-99.9 | ||
{{ mlperf_inference_implementation_readme (4, "llama2-70b-99.9", "nvidia") }} | ||
|
||
=== "Neural Magic" | ||
## Neural Magic MLPerf Implementation | ||
|
||
{{ mlperf_inference_implementation_readme (4, "llama2-70b-99", "neuralmagic") }} | ||
|
||
=== "Qualcomm" | ||
## Qualcomm AI100 MLPerf Implementation | ||
|
||
LLAMA2-70b-99 | ||
{{ mlperf_inference_implementation_readme (4, "llama2-70b-99", "qualcomm") }} | ||
|
||
{{ mlperf_inference_implementation_readme (4, "llama2-70b-99.9", "neuralmagic") }} |
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 |
---|---|---|
@@ -1,6 +1,9 @@ | ||
--- | ||
hide: | ||
- toc | ||
--- | ||
|
||
=== "MLCommons-Python" | ||
## MLPerf Reference Implementation in Python | ||
|
||
MIXTRAL-8x7b | ||
{{ mlperf_inference_implementation_readme (4, "mixtral-8x7b", "reference") }} |
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 |
---|---|---|
@@ -1,33 +1,32 @@ | ||
--- | ||
hide: | ||
- toc | ||
--- | ||
|
||
# Medical Imaging using 3d-unet (KiTS 2019 kidney tumor segmentation task) | ||
|
||
|
||
=== "MLCommons-Python" | ||
## MLPerf Reference Implementation in Python | ||
|
||
3d-unet-99 | ||
|
||
{{ mlperf_inference_implementation_readme (4, "3d-unet-99", "reference") }} | ||
|
||
3d-unet-99.9 | ||
|
||
{{ mlperf_inference_implementation_readme (4, "3d-unet-99.9", "reference") }} | ||
|
||
=== "Nvidia" | ||
## Nvidia MLPerf Implementation | ||
3d-unet-99 | ||
|
||
{{ mlperf_inference_implementation_readme (4, "3d-unet-99", "nvidia") }} | ||
|
||
3d-unet-99.9 | ||
|
||
{{ mlperf_inference_implementation_readme (4, "3d-unet-99.9", "nvidia") }} | ||
|
||
=== "Intel" | ||
## Intel MLPerf Implementation | ||
3d-unet-99 | ||
|
||
{{ mlperf_inference_implementation_readme (4, "3d-unet-99", "intel") }} | ||
|
||
3d-unet-99.9 | ||
|
||
{{ mlperf_inference_implementation_readme (4, "3d-unet-99.9", "intel") }} |
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
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 |
---|---|---|
@@ -1,3 +1,8 @@ | ||
--- | ||
hide: | ||
- toc | ||
--- | ||
|
||
# Object Detection using Retinanet | ||
|
||
## Dataset | ||
|
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 |
---|---|---|
@@ -1,3 +1,8 @@ | ||
--- | ||
hide: | ||
- toc | ||
--- | ||
|
||
# Object Detection using Retinanet | ||
|
||
=== "MLCommons-Python" | ||
|
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 |
---|---|---|
@@ -1,22 +1,29 @@ | ||
--- | ||
hide: | ||
- toc | ||
--- | ||
|
||
# Recommendation using DLRM v2 | ||
|
||
|
||
## Benchmark Implementations | ||
=== "MLCommons-Python" | ||
## MLPerf Reference Implementation in Python | ||
|
||
DLRM-v2-99 | ||
{{ mlperf_inference_implementation_readme (4, "dlrm_v2-99", "reference") }} | ||
{{ mlperf_inference_implementation_readme (4, "dlrm-v2-99", "reference") }} | ||
|
||
DLRM-v2-99.9 | ||
{{ mlperf_inference_implementation_readme (4, "dlrm_v2-99.9", "reference") }} | ||
{{ mlperf_inference_implementation_readme (4, "dlrm-v2-99.9", "reference") }} | ||
|
||
=== "Nvidia" | ||
## Nvidia MLPerf Implementation | ||
|
||
DLRM-v2-99 | ||
{{ mlperf_inference_implementation_readme (4, "dlrm_v2-99", "nvidia") }} | ||
|
||
DLRM-v2-99.9 | ||
{{ mlperf_inference_implementation_readme (4, "dlrm_v2-99.9", "nvidia") }} | ||
{{ mlperf_inference_implementation_readme (4, "dlrm-v2-99", "nvidia") }} | ||
|
||
{{ mlperf_inference_implementation_readme (4, "dlrm-v2-99.9", "nvidia") }} | ||
|
||
=== "Intel" | ||
## Intel MLPerf Implementation | ||
|
||
{{ mlperf_inference_implementation_readme (4, "dlrm-v2-99", "intel") }} | ||
|
||
{{ mlperf_inference_implementation_readme (4, "dlrm-v2-99.9", "intel") }} |
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
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 |
---|---|---|
@@ -1,3 +1,8 @@ | ||
--- | ||
hide: | ||
- toc | ||
--- | ||
|
||
# Text to Image using Stable Diffusion | ||
|
||
## Dataset | ||
|
Oops, something went wrong.