ros-ai / ros2_whisper

Whisper C++ Inference Action Server for ROS 2
29 stars 9 forks source link

Revert back to OpenAI Whisper instead of whisper.cpp ? #8

Open mhubii opened 1 year ago

mhubii commented 1 year ago

maybe check out rust https://github.com/huggingface/candle

mhubii commented 1 year ago

whisper.cpp release 1.5.0 https://github.com/ggerganov/whisper.cpp/releases/tag/v1.5.0 comes with full CUDA support, which should improve inference speed for this repository.

mhubii commented 12 months ago

closing this as whisper v1.5.0 is quite powerful indeed