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 013d65d commit 089b3b3Copy full SHA for 089b3b3
Formula/w/whisper-cpp.rb
@@ -1,8 +1,8 @@
1
class WhisperCpp < Formula
2
desc "Port of OpenAI's Whisper model in C/C++"
3
homepage "https://github.com/ggml-org/whisper.cpp"
4
- url "https://github.com/ggml-org/whisper.cpp/archive/refs/tags/v1.7.5.tar.gz"
5
- sha256 "2fda42b57b7b8427d724551bd041616d85401fb9382e42b0349132a28920a34f"
+ url "https://github.com/ggml-org/whisper.cpp/archive/refs/tags/v1.7.6.tar.gz"
+ sha256 "166140e9a6d8a36f787a2bd77f8f44dd64874f12dd8359ff7c1f4f9acb86202e"
6
license "MIT"
7
head "https://github.com/ggml-org/whisper.cpp.git", branch: "master"
8
0 commit comments