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
gfursin authored Jan 30, 2024
2 parents 19fb27b + 6d0cfa0 commit 1317933
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ ___
- Workflow:
* `_nvidia`
- Environment variables:
- *IMPLEMENTATION*: `nvidia`
- *IMPLEMENTATION*: `nvidia-original`
- Workflow:
* `_qualcomm`
- Environment variables:
Expand Down
1 change: 1 addition & 0 deletions cm-mlops/script/build-dockerfile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ ___
* `--cm_repo=value` → `CM_MLOPS_REPO=value`
* `--comments=value` → `CM_DOCKER_RUN_COMMENTS=value`
* `--copy_files=value` → `CM_DOCKER_COPY_FILES=value`
* `--docker_base_image=value` → `CM_DOCKER_IMAGE_BASE=value`
* `--docker_os=value` → `CM_DOCKER_OS=value`
* `--docker_os_version=value` → `CM_DOCKER_OS_VERSION=value`
* `--fake_docker_deps=value` → `CM_DOCKER_FAKE_DEPS=value`
Expand Down
4 changes: 2 additions & 2 deletions cm-mlops/script/get-generic-python-lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,8 @@ ___
- CM script: [get-git-repo](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-git-repo)
* `_nvidia-dali`
- Environment variables:
- *CM_GENERIC_PYTHON_PACKAGE_NAME*: `nvidia-dali-cuda110`
- *CM_GENERIC_PYTHON_PIP_EXTRA*: ` --upgrade`
- *CM_GENERIC_PYTHON_PACKAGE_NAME*: `nvidia-dali-cuda120`
- *CM_GENERIC_PYTHON_PIP_EXTRA*: ` --upgrade --default-timeout=900`
- *CM_GENERIC_PYTHON_PIP_EXTRA_INDEX_URL*: `https://developer.download.nvidia.com/compute/redist`
- Workflow:
1. ***Read "deps" on other CM scripts***
Expand Down
1 change: 1 addition & 0 deletions cm-mlops/script/get-ml-model-bert-large-squad/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ ___
* `_onnx,int8`
- Environment variables:
- *CM_ML_MODEL_F1*: `90.067`
- *CM_PACKAGE_URL*: `https://zenodo.org/record/3750364/files/bert_large_v1_1_fake_quant.onnx`
- Workflow:
* `_onnx,int8,amazon-s3`
- Environment variables:
Expand Down
9 changes: 9 additions & 0 deletions cm-mlops/script/reproduce-mlperf-inference-nvidia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1056,6 +1056,11 @@ ___
- Environment variables:
- *CM_MODEL*: `resnet50`
- Workflow:
1. ***Read "deps" on other CM scripts***
* get,generic-python-lib,_onnx-graphsurgeon
- CM script: [get-generic-python-lib](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-generic-python-lib)
* get,generic-python-lib,_package.onnx
- CM script: [get-generic-python-lib](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-generic-python-lib)
* `_retinanet`
- Environment variables:
- *CM_MODEL*: `retinanet`
Expand All @@ -1074,6 +1079,10 @@ ___
- CM script: [get-generic-python-lib](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-generic-python-lib)
* get,generic-python-lib,_pycocotools
- CM script: [get-generic-python-lib](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-generic-python-lib)
* get,generic-python-lib,_onnx-graphsurgeon
- CM script: [get-generic-python-lib](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-generic-python-lib)
* get,generic-python-lib,_package.onnx
- CM script: [get-generic-python-lib](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-generic-python-lib)
* `_rnnt`
- Environment variables:
- *CM_MODEL*: `rnnt`
Expand Down
1 change: 1 addition & 0 deletions cm-mlops/script/run-docker-container/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ ___
* `--cm_repo=value` → `CM_MLOPS_REPO=value`
* `--detached=value` → `CM_DOCKER_DETACHED_MODE=value`
* `--device=value` → `CM_DOCKER_ADD_DEVICE=value`
* `--docker_image_base=value` → `CM_DOCKER_IMAGE_BASE=value`
* `--docker_os=value` → `CM_DOCKER_OS=value`
* `--docker_os_version=value` → `CM_DOCKER_OS_VERSION=value`
* `--fake_run_option=value` → `CM_DOCKER_FAKE_RUN_OPTION=value`
Expand Down

0 comments on commit 1317933

Please sign in to comment.