XapaJIaMnu / translateLocally

Fast and secure translation on your local machine, powered by marian and Bergamot.
MIT License
501 stars 28 forks source link

Package for various linux distributions. #7

Open XapaJIaMnu opened 3 years ago

XapaJIaMnu commented 3 years ago

We need to provide build files for various distributions. Gentoo ebuild @kpu Ubuntu 16.04/18.04/20.04 Archlinux PKGBUILD @XapaJIaMnu Fedora?

XapaJIaMnu commented 3 years ago

Status: ArchLinux is taken care of, and so are debian based distributions, as long as we have a machine to download, compile and run cpack.

XapaJIaMnu commented 2 years ago

@kpu ebuild ping.

bruceleerabbit commented 2 years ago

Ubuntu should be replaced with Debian for many reasons:

kpu commented 2 years ago

We currently have an MKL dependency but are working to remove the requirement. I don't think we'll qualify for Debian until then. But work is in progress.

boroli commented 3 days ago

Intel MKL is only available for amd64 architectures, what are you doing on arm64 or risc-v?

XapaJIaMnu commented 3 days ago

We have a working arm build. It uses ruy /apple accelerate. I don't have access to risk-v hardware, but it won't work.

We have a lot of Handwritten x86 instrinsics which we translate to arm at compile time via sse2neon but afaik there's no such thing for risc-v.