You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
whisper: fix checksums in “large” variant
This commit is contained in:
@@ -26,7 +26,7 @@ output.wav` to convert the file first.
|
||||
checksums whisper.cpp-${version}.tar.gz \
|
||||
rmd160 211e55a336132a878471382d8002425f069db683 \
|
||||
sha256 2fda42b57b7b8427d724551bd041616d85401fb9382e42b0349132a28920a34f \
|
||||
size 6216643
|
||||
size 6216643
|
||||
|
||||
patchfiles whisper-add-models.diff \
|
||||
whisper-add-depends.diff \
|
||||
@@ -50,7 +50,7 @@ post-destroot {
|
||||
xinstall ${workpath}/build/bin/ggml-metal.metal ${destroot}${prefix}/share/whisper/ggml
|
||||
xinstall ${workpath}/build/bin/ggml-common.h ${destroot}${prefix}/share/whisper/ggml
|
||||
xinstall -d ${destroot}${prefix}/lib
|
||||
xinstall ${workpath}/build/src/libwhisper.1.7.5.dylib ${destroot}${prefix}/lib/libwhisper.1.dylib
|
||||
xinstall ${workpath}/build/src/libwhisper.${version}.dylib ${destroot}${prefix}/lib/libwhisper.1.dylib
|
||||
xinstall ${workpath}/build/ggml/src/libggml.dylib ${destroot}${prefix}/lib/libggml.dylib
|
||||
xinstall ${workpath}/build/ggml/src/libggml-cpu.dylib ${destroot}${prefix}/lib/libggml-cpu.dylib
|
||||
xinstall ${workpath}/build/ggml/src/libggml-base.dylib ${destroot}${prefix}/lib/libggml-base.dylib
|
||||
@@ -112,7 +112,7 @@ variant medium description {Install medium model} {
|
||||
variant large description {Install large model} {
|
||||
distfiles-append ggml-large-v3.bin:large
|
||||
master_sites-append https://huggingface.co/ggerganov/whisper.cpp/resolve/main/
|
||||
checksums-append ggml-large.bin
|
||||
checksums-append ggml-large-v3.bin \
|
||||
sha256 64d182b440b98d5203c4f9bd541544d84c605196c4f7b845dfa11fb23594d1e2 \
|
||||
size 3095033483
|
||||
post-destroot {
|
||||
|
||||
Reference in New Issue
Block a user