flashlight / wav2letter

Facebook AI Research's Automatic Speech Recognition Toolkit
https://github.com/facebookresearch/wav2letter/wiki
Other
6.37k stars 1.01k forks source link

How to install on Jetson Nano? #827

Closed laohur closed 4 years ago

laohur commented 4 years ago

Question

How to install on Jetson Nano? on cuda ? on cpu ?

Additional Context

OpenBLAS ok! cereal ok! kenlm ok! arrayfire binary ok! (ArrayFire-v3.5.1_Linux_aarch64.sh not compatible) arrayfire compile failed for no nccl (on cuda) flashlight failed! wav2letter

solution

cmake Only compile CUDA, not cpu/opencl compile others: gtest ... search other inside problems.

tlikhomanenko commented 4 years ago

You need to install all dependancies, please create issues in arrayfire directly if you have trouble to install it. If you succesfully installed all dependencies and have trouble with flashlight, please post full log of cmake and make errors which you have.

Other option is to install only docker and use docker images then.