-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add xcframework to github releases #2886
Comments
danbev
added a commit
to danbev/whisper.cpp
that referenced
this issue
Mar 17, 2025
This commit adds a release job that uploads the xcframework as an artifact and creates a release with the xcframework as an asset. This job can be triggered manually and enables a pre-release tag name to be specified to that these releases can be distinguished from the regular releases more easily. Resolves: ggerganov#2886
danbev
added a commit
to danbev/whisper.cpp
that referenced
this issue
Mar 17, 2025
This commit adds a release job that uploads the xcframework as an artifact and creates a release with the xcframework as an asset. This job can be triggered manually and enables a pre-release tag name to be specified to that these releases can be distinguished from the regular releases more easily. Resolves: ggerganov#2886
danbev
added a commit
to danbev/whisper.cpp
that referenced
this issue
Mar 17, 2025
This commit adds a release job that uploads the xcframework as an artifact and creates a release with the xcframework as an asset. This job can be triggered manually and enables a pre-release tag name to be specified to that these releases can be distinguished from the regular releases more easily. Resolves: ggerganov#2886
buxuku
pushed a commit
to buxuku/whisper.cpp
that referenced
this issue
Mar 26, 2025
* ci : add release job and include xcframework This commit adds a release job that uploads the xcframework as an artifact and creates a release with the xcframework as an asset. This job can be triggered manually and enables a pre-release tag name to be specified to that these releases can be distinguished from the regular releases more easily. Resolves: ggerganov#2886
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This task should add the xcframework to the release build like it is done for llama.cpp.
The text was updated successfully, but these errors were encountered: