SYSTRAN / faster-whisper

Faster Whisper transcription with CTranslate2
MIT License
12.6k stars 1.05k forks source link

Does this project not support Jetson deployment yet #1020

Closed litao-zhx closed 1 week ago

litao-zhx commented 1 month ago

When I tried to deploy on Jetson, the following error occurred: image The deployment code is as follows: image The Jetson environment is: image

shaielc commented 2 weeks ago

Encountered the same problem, had to install CTranslate2 from source.

had to turn off MKL and OPENMP (though I didn't try to install openmp) used the following command with cmake: cmake .. -DWITH_CUDNN=ON -DWITH_CUDA=ON -DWITH_MKL=OFF -DOPENMP_RUNTIME=NONE also you would need to uninstall CTranslate2 if it is already installed.

using the Jetson Nano (8 GB)

MahmoudAshraf97 commented 1 week ago

This problem is better discussed in CTranslate2 Repo