Skip to content

Commit

Permalink
Added more tags to separate local mlperf inference results from offic…
Browse files Browse the repository at this point in the history
…ial one
  • Loading branch information
arjunsuresh committed Jul 3, 2024
1 parent d8ecf98 commit 36be081
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions script/app-mlperf-inference/_cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1351,8 +1351,8 @@ docker:
use_host_group_id: True
use_host_user_id: True
deps:
- tags: get,mlperf,inference,results,dir
- tags: get,mlperf,inference,submission,dir
- tags: get,mlperf,inference,results,dir,local
- tags: get,mlperf,inference,submission,dir,local
pre_run_cmds:
#- cm pull repo && cm run script --tags=get,git,repo,_repo.https://github.com/GATEOverflow/inference_results_v4.0.git --update
- cm pull repo
Expand Down
4 changes: 2 additions & 2 deletions script/build-mlperf-inference-server-nvidia/_cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ docker:
scratch_path: MLPERF_SCRATCH_PATH
deps:
- tags: get,mlperf,inference,nvidia,scratch,space
- tags: get,mlperf,inference,results,dir
- tags: get,mlperf,inference,submission,dir
- tags: get,mlperf,inference,results,dir,local
- tags: get,mlperf,inference,submission,dir,local
- tags: get,nvidia-docker
skip_if_env:
CM_SKIP_GET_NVIDIA_DOCKER:
Expand Down
2 changes: 1 addition & 1 deletion script/generate-mlperf-inference-submission/_cm.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"tags": "get,mlperf,inference,utils"
},
{
"tags": "get,mlperf,results,dir",
"tags": "get,mlperf,results,dir,local",
"names": [
"get-mlperf-results-dir"
],
Expand Down
2 changes: 1 addition & 1 deletion script/generate-mlperf-inference-user-conf/_cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ deps:
- python
- python3

- tags: get,mlperf,results,dir
- tags: get,mlperf,results,dir,local
names:
- get-mlperf-results-dir
skip_if_env:
Expand Down
1 change: 1 addition & 0 deletions script/get-mlperf-inference-results-dir/_cm.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"get",
"mlperf",
"inference",
"local",
"results",
"dir",
"directory"
Expand Down
1 change: 1 addition & 0 deletions script/get-mlperf-inference-results/_cm.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"get",
"results",
"inference",
"official",
"inference-results",
"mlcommons",
"mlperf"
Expand Down
1 change: 1 addition & 0 deletions script/get-mlperf-inference-submission-dir/_cm.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"mlperf",
"inference",
"submission",
"local",
"dir",
"directory"
],
Expand Down

0 comments on commit 36be081

Please sign in to comment.