-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Build on FreeBSD #56
Comments
Found recently that |
For downloading samples (as defined by Makefile) |
And an additional note, since I saw whisper.cpp being compiled with GCC: on the above FreeBSD it uses clang by default:
|
I would be interested in getting this to work for me @abelbabel as I'm starting to plan how to use Whisper to create srt subtitles for broadcasts I've recorded that either didn't have functioning CC or only had them in English for other language audio. Any chance you might make a port package or some instructions that are step by step from a fresh jail? |
In fact everything should already be here. To sum it up:
I recently got the impression that if you want/need to compile it for other architectures than amd64, you might need to improve Makefile ... Please have a try and if you run in some trouble, share them. |
You could also use an "ad-hoc"-jail using the main systems bins and libs (so you won't need an extra jails) - to be 1000%-sure the whisper-implementation does not call home, you can even disallow all ip-access ... example:
|
While being here: depending on what "supported" means, FreeBSD could also be included in the "supported platforms" section in readme. |
Hi, I cannot compile the examples/stream program on FreeBSD 13.1 amd64. Just went to examples/stream and tried Any pointers on how to build it? |
I found a way!:
|
Thanks to @abelbabel for the contribution
Thanks to @abelbabel for the contribution
Hi,
I could compile this on FreeBSD 13.1-RELEASE-p2 amd64, having
devel/gmake
installed (usinggmake
then instead ofmake
) and using the following modifications:(don't know gmake-Makefiles too much, could be prettier with logical or here ...)
Seems not so hard to merge changes into upstream ...
For downloading models
ftp/wget
is needed.Kind regards,
abelbabel
The text was updated successfully, but these errors were encountered: