mirror of
https://github.com/ggml-org/whisper.cpp.git
synced 2026-07-23 11:10:57 -05:00
* whisper: add xcframework build script * added apple validation scripts * fixed Readme * validation script fix
6 lines
148 B
Bash
Executable File
6 lines
148 B
Bash
Executable File
#!/bin/bash
|
|
./scripts/apple/validate-ios.sh
|
|
./scripts/apple/validate-macos.sh
|
|
./scripts/apple/validate-visionos.sh
|
|
./scripts/apple/validate-tvos.sh
|