You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the faster-whisper-server on a Mac M1 with the following start command:
docker run --publish 8000:8000 --volume ~/.cache/huggingface:/root/.cache/huggingface fedirz/faster-whisper-server:latest-cpu
And I'm receiving no performance improvements over the original Open AI Model with the following command: curl http://localhost:8000/v1/audio/transcriptions -F "[email protected]" -F "stream=false" -F "language=en" -F "model=Systran/faster-whisper-small"
This is a 1 minute file which takes between 20s - 40s to transcribe depending on the model size.
To transcribe the same audio file using the Systran faster-whisper directly it takes around a 1-3s.
I'm really unsure why this would be the case. Can anyone shed some light onto what may be causing this?
Many thanks
Martin
The text was updated successfully, but these errors were encountered:
Hello,
I am using the faster-whisper-server on a Mac M1 with the following start command:
docker run --publish 8000:8000 --volume ~/.cache/huggingface:/root/.cache/huggingface fedirz/faster-whisper-server:latest-cpu
And I'm receiving no performance improvements over the original Open AI Model with the following command:
curl http://localhost:8000/v1/audio/transcriptions -F "[email protected]" -F "stream=false" -F "language=en" -F "model=Systran/faster-whisper-small"
This is a 1 minute file which takes between 20s - 40s to transcribe depending on the model size.
To transcribe the same audio file using the Systran faster-whisper directly it takes around a 1-3s.
I'm really unsure why this would be the case. Can anyone shed some light onto what may be causing this?
Many thanks
Martin
The text was updated successfully, but these errors were encountered: