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 13, 2024
1 parent c3d9b25 commit 78a673e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cm-mlops/script/app-mlperf-inference-nvidia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,11 @@ ___
* CM names: `--adr.['user-conf-generator']...`
- CM script: [generate-mlperf-inference-user-conf](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/generate-mlperf-inference-user-conf)
* get,generic-python-lib,_package.nvmitten,_path./opt/nvmitten-0.1.3-cp38-cp38-linux_x86_64.whl
* `if (CM_RUN_STATE_DOCKER in ['yes', True, 'True'])`
- CM script: [get-generic-python-lib](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-generic-python-lib)
* get,nvidia,mitten
* `if (CM_RUN_STATE_DOCKER not in ['yes', True, 'True'])`
- CM script: [get-nvidia-mitten](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-nvidia-mitten)
1. ***Run "preprocess" function from [customize.py](https://github.com/mlcommons/ck/tree/dev/cm-mlops/script/app-mlperf-inference-nvidia/customize.py)***
1. ***Read "prehook_deps" on other CM scripts from [meta](https://github.com/mlcommons/ck/tree/dev/cm-mlops/script/app-mlperf-inference-nvidia/_cm.yaml)***
* get,ml-model,gptj,_pytorch,_rclone
Expand Down
2 changes: 2 additions & 0 deletions cm-mlops/script/get-nvidia-mitten/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ ___
* get,python3
* CM names: `--adr.['python3', 'python']...`
- CM script: [get-python3](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-python3)
* get,generic-python-lib,_pycuda
- CM script: [get-generic-python-lib](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-generic-python-lib)
* get,git,_repo.https://github.com/NVIDIA/mitten
* CM names: `--adr.['nvidia-mitten-git-src']...`
- CM script: [get-git-repo](https://github.com/mlcommons/ck/tree/master/cm-mlops/script/get-git-repo)
Expand Down

0 comments on commit 78a673e

Please sign in to comment.