Skip to content

Commit

Permalink
Minor cleanup for intel-mlperf-inference
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Jan 13, 2024
1 parent d8edaa3 commit 067c62d
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions cm-mlops/script/install-llvm-src/_cm.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,14 @@
"for-intel-mlperf-inference": {
"base": [
"tag.llvmorg-15.0.7",
"clang",
"release"
"clang",
"release"
],
"adr": {
"conda-package": {
"tags": "_name.bert-pt"
}
},
"deps": [
{
"tags": "get,gcc"
Expand Down Expand Up @@ -163,14 +168,14 @@
},
{
"tags": "get,conda-package,_package.chardet"
},
{
},
{
"names": [
"conda-package",
"libstdcxx-ng"
],
"tags": "get,generic,conda-package,_package.libstdcxx-ng,_source.conda-forge"
}
}
],
"env": {
"CM_LLVM_CONDA_ENV": "yes"
Expand Down

0 comments on commit 067c62d

Please sign in to comment.