Skip to content

Commit

Permalink
Optimization: use basecalls to variations
Browse files Browse the repository at this point in the history
  • Loading branch information
anandhu-eng committed Jun 2, 2024
1 parent 6a6e32b commit 309aad8
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions script/get-mlperf-inference-src/_cm.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"CM_GIT_CHECKOUT_FOLDER": "inference",
"CM_GIT_DEPTH": "--depth 4",
"CM_GIT_PATCH": "no",
"CM_GIT_RECURSE_SUBMODULES": "",
"CM_GIT_URL": "https://github.com/mlcommons/inference.git"
"CM_GIT_RECURSE_SUBMODULES": ""
},
"deps": [
{
Expand Down Expand Up @@ -100,9 +99,11 @@
}
},
"deepsparse": {
"base":[
"_branch.deepsparse",
"_repo.https://github.com/neuralmagic/inference"
],
"env": {
"CM_GIT_CHECKOUT": "deepsparse",
"CM_GIT_URL": "https://github.com/neuralmagic/inference",
"CM_MLPERF_LAST_RELEASE": "v4.0"
}
},
Expand Down Expand Up @@ -132,7 +133,8 @@
},
"octoml": {
"base": [
"short-history"
"short-history",
"_repo.https://github.com/octoml/inference"
],
"env": {
"CM_GIT_URL": "https://github.com/octoml/inference"
Expand Down

0 comments on commit 309aad8

Please sign in to comment.