Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ctuning-admin committed Apr 15, 2024
1 parent 230cb2b commit 9f028a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions cm-mlops/script/get-dataset-coco2014/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ ___

* `_calibration`
- Environment variables:
- *CM_CALIBRATION_DATASET_WGET_URL*: `https://github.com/mlcommons/inference/blob/master/calibration/openimages/openimages_cal_images_list.txt`
- *CM_DATASET_CALIBRATION*: `yes`
- Workflow:
* **`_validation`** (default)
Expand Down Expand Up @@ -172,11 +171,11 @@ ___
* get,python3
* CM names: `--adr.['python', 'python3']...`
- CM script: [get-python3](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-python3)
* get,generic-python-lib,_package.tqdm
- CM script: [get-generic-python-lib](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-generic-python-lib)
* mlperf,inference,source
* CM names: `--adr.['inference-src']...`
- CM script: [get-mlperf-inference-src](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-mlperf-inference-src)
* get,generic-python-lib,_tqdm
- 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/dev/cm-mlops/script/get-dataset-coco2014/customize.py)***
1. Read "prehook_deps" on other CM scripts from [meta](https://github.com/mlcommons/ck/tree/dev/cm-mlops/script/get-dataset-coco2014/_cm.yaml)
1. ***Run native script if exists***
Expand Down
2 changes: 1 addition & 1 deletion cm-mlops/script/get-mlperf-inference-src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ ___
- Environment variables:
- *CM_GIT_CHECKOUT*: `deepsparse`
- *CM_GIT_URL*: `https://github.com/neuralmagic/inference`
- *CM_MLPERF_LAST_RELEASE*: `v3.0`
- *CM_MLPERF_LAST_RELEASE*: `v4.0`
- Workflow:
* `_gn`
- Environment variables:
Expand Down

0 comments on commit 9f028a9

Please sign in to comment.