]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
whisper: add xcframework build script (#2873)
authorMartin Destagnol <redacted>
Thu, 13 Mar 2025 12:56:39 +0000 (02:56 -1000)
committerGitHub <redacted>
Thu, 13 Mar 2025 12:56:39 +0000 (13:56 +0100)
commit5bb1d58c6ad0838b26e45215dc3c6d3f8733b0a0
treee3a974a008326aa32a75391105f18d5f32d01b30
parent7d1400571779058ba2c2c2c0a9cb3a27ef7d828c
whisper: add xcframework build script (#2873)

* whisper: add xcframework build script

* added apple validation scripts

* fixed Readme

* validation script fix
19 files changed:
.github/workflows/build.yml
Package.swift [deleted file]
Sources/whisper/module.modulemap [deleted file]
Sources/whisper/whisper.h [deleted file]
build-xcframework.sh [new file with mode: 0755]
examples/whisper.swiftui/README.md
examples/whisper.swiftui/whisper.swiftui.xcodeproj/project.pbxproj
scripts/apple/validate-apps.sh [new file with mode: 0755]
scripts/apple/validate-ios.sh [new file with mode: 0755]
scripts/apple/validate-macos.sh [new file with mode: 0755]
scripts/apple/validate-tvos.sh [new file with mode: 0755]
scripts/apple/validate-visionos.sh [new file with mode: 0755]
spm-headers/ggml-alloc.h [deleted symlink]
spm-headers/ggml-backend.h [deleted symlink]
spm-headers/ggml-cpp.h [deleted symlink]
spm-headers/ggml-cpu.h [deleted symlink]
spm-headers/ggml-metal.h [deleted symlink]
spm-headers/ggml.h [deleted symlink]
spm-headers/whisper.h [deleted symlink]