Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ctuning-admin committed Aug 10, 2023
1 parent 5eeb260 commit 10a485f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
6 changes: 5 additions & 1 deletion cm-mlops/script/app-mlperf-inference-tflite-cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,11 @@ ___
* CM names: `--adr.['imagenet-preprocessed']...`
- CM script: [get-preprocessed-dataset-imagenet](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-preprocessed-dataset-imagenet)
* get,dataset,preprocessed,imagenet,_for.mobilenet,_rgb32,_NHWC
* `if (CM_MODEL in ['mobilenet', 'efficientnet'])`
* `if (CM_MODEL in ['mobilenet', 'efficientnet']) AND (CM_DATASET_COMPRESSED != on)`
* CM names: `--adr.['imagenet-preprocessed']...`
- CM script: [get-preprocessed-dataset-imagenet](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-preprocessed-dataset-imagenet)
* get,dataset,preprocessed,imagenet,_for.mobilenet,_rgb8,_NHWC
* `if (CM_MODEL in ['mobilenet', 'efficientnet'] AND CM_DATASET_COMPRESSED == on)`
* CM names: `--adr.['imagenet-preprocessed']...`
- CM script: [get-preprocessed-dataset-imagenet](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-preprocessed-dataset-imagenet)
* get,dataset,preprocessed,imagenet,_for.resnet50,_rgb8,_NHWC
Expand Down
2 changes: 1 addition & 1 deletion cm-mlops/script/get-generic-python-lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ ___
- Workflow:
* `_deepsparse`
- Environment variables:
- *CM_GENERIC_PYTHON_PACKAGE_NAME*: `deepsparse-nightly`
- *CM_GENERIC_PYTHON_PACKAGE_NAME*: `deepsparse`
- Workflow:
* `_dllogger`
- Environment variables:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@ ___
* get,cuda-devices
* `if (CM_MLPERF_DEVICE in ['gpu', 'cuda'])`
- CM script: [get-cuda-devices](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-cuda-devices)
* detect,sudo
* `if (CM_DETERMINE_MEMORY_CONFIGURATION == yes AND CM_HOST_OS_TYPE == linux)`
- CM script: [detect-sudo](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/detect-sudo)
* get,generic-python-lib,_package.dmiparser
- CM script: [get-generic-python-lib](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-generic-python-lib)
1. ***Run "preprocess" function from [customize.py](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-mlperf-inference-sut-description/customize.py)***
1. Read "prehook_deps" on other CM scripts from [meta](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-mlperf-inference-sut-description/_cm.json)
1. ***Run native script if exists***
Expand Down
2 changes: 1 addition & 1 deletion cm-mlops/script/get-onnxruntime-prebuilt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ These keys can be updated via `--env.KEY=VALUE` or `env` dictionary in `@input.j
</details>

#### Versions
Default version: `1.12.1`
Default version: `1.15.1`

___
### Script workflow, dependencies and native scripts
Expand Down
3 changes: 2 additions & 1 deletion cm-mlops/script/get-preprocessed-dataset-imagenet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,10 @@ ___
- Workflow:
* `_for.mobilenet,rgb8`
- Environment variables:
- *CM_DATASET_GIVEN_CHANNEL_MEANS*: ``
- *CM_DATASET_SUBTRACT_MEANS*: `0`
- *CM_DATASET_QUANTIZE*: `0`
- *CM_DATASET_NORMALIZE_DATA*: `1`
- *CM_DATASET_NORMALIZE_DATA*: `0`
- *CM_DATASET_DATA_TYPE*: `uint8`
- Workflow:
* `_for.resnet50,float32`
Expand Down

0 comments on commit 10a485f

Please sign in to comment.