[Errno 2] No such file or directory: ‘ffmpeg’

#1
by mostafaashahin - opened

Hi,
I followed this template and created a custom pipeline, However, when trying to test the model from the Hosted inference API, I got this error when hit compute.
[Errno 2] No such file or directory: ‘ffmpeg’

I’m using these metadata on the model card
tags:

automatic-speech-recognition
library_name: generic

I tried to add the ffmpeg to the requirements.txt file but still same error. Is there a way to specify system install not Python package as I believe ffmpeg needs to be installed to the OS hosting the inference API.

You can add a packages.txt file to install OS dependencies.

Sign up or log in to comment