Skip to content

Commit

Permalink
Merge from CTuning (#1198)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin authored Apr 13, 2024
2 parents 25ab904 + 22ddbf7 commit c3d9b25
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
13 changes: 13 additions & 0 deletions cm-mlops/script/app-mlperf-inference-nvidia/_cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,19 @@ deps:
- run_harness

- tags: get,generic-python-lib,_package.nvmitten,_path./opt/nvmitten-0.1.3-cp38-cp38-linux_x86_64.whl
enable_if_env:
CM_RUN_STATE_DOCKER:
- 'yes'
- True
- 'True'

- tags: get,nvidia,mitten
skip_if_env:
CM_RUN_STATE_DOCKER:
- 'yes'
- True
- 'True'

prehook_deps:
########################################################################
# Install GPTJ-6B model
Expand Down
2 changes: 1 addition & 1 deletion cm-mlops/script/get-mlperf-inference-src/_cm.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
"versions": {
"custom": {
"env": {
"CM_MLPERF_LAST_RELEASE": "v3.1"
"CM_MLPERF_LAST_RELEASE": "v4.0"
}
},
"deepsparse": {
Expand Down
3 changes: 3 additions & 0 deletions cm-mlops/script/get-nvidia-mitten/_cm.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
],
"tags": "get,python3"
},
{
"tags": "get,generic-python-lib,_pycuda"
},
{
"tags": "get,git,_repo.https://github.com/NVIDIA/mitten",
"force_env_keys": [
Expand Down
5 changes: 3 additions & 2 deletions cm-mlops/script/get-nvidia-mitten/run.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash

echo "TBD"
cd ${CM_NVIDIA_MITTEN_SRC}
${CM_PYTHON_BIN_WITH_PATH} -m pip install .
test $? -eq 0 || exit $?

0 comments on commit c3d9b25

Please sign in to comment.