Skip to content

Commit

Permalink
Add libffi7 dep for install-pytorch-from-src
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Jan 13, 2024
1 parent 067c62d commit 99ccb49
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cm-mlops/script/get-generic-sys-util/_cm.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,16 @@
"brew": "git-lfs"
}
}
},
"libffi7": {
"env": {
"CM_SYS_UTIL_NAME": "libffi7"
},
"state": {
"libffidev": {
"apt": "libffi7"
}
}
}
}
}
3 changes: 3 additions & 0 deletions cm-mlops/script/install-pytorch-from.src/_cm.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@
"CM_CONDA_ENV": "yes"
},
"deps": [
{
"tags": "get,generic-sys-util,_libffi7"
},
{
"tags": "get,conda,_name.bert-pt",
"names": [ "conda" ]
Expand Down

0 comments on commit 99ccb49

Please sign in to comment.