Skip to content

Commit

Permalink
Merge branch 'mlcommons:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Feb 29, 2024
2 parents f235ce7 + 878a734 commit cc727ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cm-mlops/script/app-mlperf-inference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ ___
- Workflow:
1. ***Read "posthook_deps" on other CM scripts***
* run,accuracy,mlperf,_librispeech
* `if (CM_MLPERF_LOADGEN_MODE in ['accuracy', 'all'] AND CM_MLPERF_ACCURACY_RESULTS_DIR == on) AND (CM_MLPERF_IMPLEMENTATION not in ['nvidia-original', 'reference'])`
* `if (CM_MLPERF_LOADGEN_MODE in ['accuracy', 'all'] AND CM_MLPERF_ACCURACY_RESULTS_DIR == on) AND (CM_MLPERF_IMPLEMENTATION != nvidia-original)`
* CM names: `--adr.['mlperf-accuracy-script', 'librispeech-accuracy-script']...`
- CM script: [process-mlperf-accuracy](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/process-mlperf-accuracy)
* `_sdxl`
Expand Down
4 changes: 3 additions & 1 deletion cm-mlops/script/get-ml-model-bert-large-squad/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,12 @@ ___
* `_pytorch,fp32`
- Environment variables:
- *CM_ML_MODEL_F1*: `90.874`
- *CM_DOWNLOAD_CHECKSUM*: `00fbcbfaebfa20d87ac9885120a6e9b4`
- Workflow:
* `_pytorch,fp32,armi`
- Environment variables:
- *CM_PACKAGE_URL*: `https://zenodo.org/record/3733896/files/model.pytorch`
- *CM_PACKAGE_URL*: `https://armi.in/files/fp32/model.pytorch`
- *CM_PACKAGE_URL1*: `https://zenodo.org/record/3733896/files/model.pytorch`
- Workflow:
* `_pytorch,fp32,zenodo`
- Environment variables:
Expand Down

0 comments on commit cc727ae

Please sign in to comment.