Skip to content

Commit

Permalink
Automatically pull repo deps (ck-armnn, ck-mlperf).
Browse files Browse the repository at this point in the history
  • Loading branch information
psyhtest committed Apr 24, 2019
1 parent 2ef4f50 commit c192147
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .ckr.json
Expand Up @@ -4,6 +4,14 @@
"data_alias": "armnn-mlperf",
"data_name": "armnn-mlperf",
"dict": {
"repo_deps": [
{
"repo_uoa": "ck-armnn"
},
{
"repo_uoa": "ck-mlperf"
}
],
"shared": "git",
"url": "https://github.com/arm-software/armnn-mlperf"
}
Expand Down
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -27,9 +27,10 @@
<a name="repos"></a>
## Pull CK repositories
```
$ ck pull repo:armnn-mlperf --url=https://github.com/arm-software/armnn-mlperf
$ ck pull repo:ck-mlperf
$ ck pull repo:ck-armnn
$ ck pull repo --url=https://github.com/arm-software/armnn-mlperf
$ ck list repo:*armnn*
armnn-mlperf
ck-armnn
```

<a name="tflite"></a>
Expand Down

0 comments on commit c192147

Please sign in to comment.