-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Start of Whisper.cpp Delphi Bindings #3019
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
Comments
This is via WSL on Windows so using my main GPU (4070 Laptop) I've got a 10 year old Linux Media server - have to try that as well (no working GPU there though) |
加油 my bro! |
Some new comparison images Too big to go here... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Only really been working on the Pascal part of this for about half a week and real work started today (had some partial work done before though).
Wasted a load of time writing Pascal Versions of structs that'll never be used :(
Anyway - my first functioning app looks like this...
Yep, it's just Whisper-Bench with less details (running on CUDA)...
An obvious question people will ask is WHY Pascal? Well, the answer is that Delphi and Lazarus (but Laz version much later) are great at creating cross-platform GUI-based apps. This will run on Win, Mac, Linux (Delphi Enterprise + FMXLinux req), Android and iOS. Lazarus will even allow Raspberry Pi.
e.g. If I did a little work on the Benchmark then it would have charts and show multiple models on many platforms
Repo is here if anyone wants to look - it's extremely Alpha + Basic ATM
The text was updated successfully, but these errors were encountered: