We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d066272 commit 1f92b59Copy full SHA for 1f92b59
Formula/n/ncnn.rb
@@ -1,10 +1,9 @@
1
class Ncnn < Formula
2
desc "High-performance neural network inference framework"
3
homepage "https://github.com/Tencent/ncnn"
4
- url "https://github.com/Tencent/ncnn/archive/refs/tags/20231027.tar.gz"
5
- sha256 "8d85896ed095d09f05fff32fc85d75eea0b971796ce0f48a9874d93d3d347674"
+ url "https://github.com/Tencent/ncnn/archive/refs/tags/20240102.tar.gz"
+ sha256 "0770b0b4ccbcb2b4e5f38574bb6f1086b07d48958b10f289251e0359faa1d9cc"
6
license "BSD-3-Clause"
7
- revision 2
8
head "https://github.com/Tencent/ncnn.git", branch: "master"
9
10
bottle do
0 commit comments