Skip to content

Commit

Permalink
Update NCNN to 2022.8.27 (#855)
Browse files Browse the repository at this point in the history
Update NCNN
  • Loading branch information
joeyballentine authored Aug 28, 2022
1 parent 7251352 commit 42875c8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/common/dependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,13 @@ export const getOptionalDependencies = (isNvidiaAvailable: boolean): Dependency[
},
{
name: 'NCNN',
packages: [{ packageName: 'ncnn-vulkan', version: '2022.8.12', sizeEstimate: 4 * MB }],
packages: [
{
packageName: 'ncnn-vulkan',
version: '2022.8.27',
sizeEstimate: isMac ? 7 * MB : 4 * MB,
},
],
},
{
name: 'ONNX',
Expand Down

0 comments on commit 42875c8

Please sign in to comment.