Skip to content
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

feat: add ci test #2369

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

thewh1teagle
Copy link
Contributor

@thewh1teagle thewh1teagle commented Aug 20, 2024

Currently, whisper.cpp lacks runtime tests to verify that it runs without errors. In this PR, I've added tests that run Whisper on the tiny model to ensure that whisper.cpp continues to run smoothly across all platforms. Additionally, I’ve included tests for Vulkan. Please let me know if there are other important tests that should be added.

Update:
merged latest whisper.cpp.
for some reason vulkan failed on Windows and on Linux it runs without error but doesn't show the transcription (see the test)
It works fine on other linux/windows environments I tested on.

Update v1:
Turns out that vulkan runtime DLL is necessary in Github actions.
Now the Vulkan job on Windows doesn't failed immediately but instead it's stuck on loading the model forever.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant