-
Notifications
You must be signed in to change notification settings - Fork 29
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 headless? #170
Comments
Hi, Is there something preventing you from compiling the full mode and using only the console app? |
I would not say it prevents me from trying to compile, but on FreeBSD dependencies can become a bit overwhelming:
Edit: nevermind, it won’t compile on FreeBSD anyway. |
Oh? What compilation issue do face on BSD? We have not tested on a BSD system so far |
There seems to be many issues but one of them is the absence of intel-mkl. The freshport page I’ve found is for an old package : https://www.freshports.org/math/mkl-dnn/ . It has been renamed onednn. I’ve installed onednn but it looks like it’s not enough. |
You could use openblas instead, but performance would be worse. Onednn doesn't expose all Blas routines so we can't just rely on it. |
I’ll give it a try later in August, and I’ll open a proper issue about compiling translateLocally on FreeBSD |
it would be very nice if we can compile it without Qt dependencies, especially if we use it on a server that never uses Qt. |
Hello,
Is there a way to build translateLocally «headless» so it does not need any GUI dependencies?
thanks
The text was updated successfully, but these errors were encountered: