Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anandhu-eng authored Jun 2, 2024
1 parent ee31ac9 commit 339f7fe
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions script/get-mlperf-inference-src/_cm.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,26 +198,26 @@
},
"deepsparse": {
"env": {
"CM_TEMP_GIT_CHECKOUT": "deepsparse",
"CM_TEMP_GIT_URL": "https://github.com/neuralmagic/inference",
"CM_TMP_GIT_CHECKOUT": "deepsparse",
"CM_TMP_GIT_URL": "https://github.com/neuralmagic/inference",
"CM_MLPERF_LAST_RELEASE": "v4.0"
}
},
"main": {
"env": {
"CM_TEMP_GIT_CHECKOUT": "main",
"CM_TMP_GIT_CHECKOUT": "main",
"CM_MLPERF_LAST_RELEASE": "v4.0"
}
},
"master": {
"env": {
"CM_TEMP_GIT_CHECKOUT": "master",
"CM_TMP_GIT_CHECKOUT": "master",
"CM_MLPERF_LAST_RELEASE": "v4.0"
}
},
"r2.1": {
"env": {
"CM_TEMP_GIT_CHECKOUT": "v2.1",
"CM_TMP_GIT_CHECKOUT": "v2.1",
"CM_MLPERF_LAST_RELEASE": "v2.1"
}
},
Expand All @@ -228,7 +228,7 @@
}
},
"env": {
"CM_TEMP_GIT_CHECKOUT": "",
"CM_TMP_GIT_CHECKOUT": "",
"CM_MLPERF_LAST_RELEASE": "v3.0"
}
},
Expand All @@ -239,14 +239,14 @@
}
},
"env": {
"CM_TEMP_GIT_CHECKOUT": "",
"CM_TMP_GIT_CHECKOUT": "",
"CM_MLPERF_LAST_RELEASE": "v3.1"
}
},
"tvm": {
"env": {
"CM_TEMP_GIT_CHECKOUT": "tvm",
"CM_TEMP_GIT_URL": "https://github.com/mlcommons/inference",
"CM_TMP_GIT_CHECKOUT": "tvm",
"CM_TMP_GIT_URL": "https://github.com/mlcommons/inference",
"CM_MLPERF_LAST_RELEASE": "v3.1"
}
}
Expand Down

0 comments on commit 339f7fe

Please sign in to comment.