marian-nmt / marian-dev

Fast Neural Machine Translation in C++ - development repository
https://marian-nmt.github.io
Other
256 stars 126 forks source link

Arm port #1009

Open XapaJIaMnu opened 1 year ago

XapaJIaMnu commented 1 year ago

Description

RFC on the initial ARM port work List of changes:

Added dependencies: Ruy, simd_utils

How to test

Download a model and run it:

nik@nikserver2:~/enes$ ~/marian-dev/build/marian-decoder -m model1.npz --mini-batch 1 --maxi-batch 1 -v vocab.esen.spm vocab.esen.spm --quiet --quiet-translation
Hi there, I am running on an ARM PC.
Hola, estoy corriendo en un PC ARM.

TODO

hieuhoang commented 1 year ago

Looks good. Checked that it still works with some of my existing models on (Intel) CPU and GPUs.