From de3cde122e6c14225da4f01e17ea25d23d62002d Mon Sep 17 00:00:00 2001 From: Joe Corall Date: Fri, 4 Oct 2024 13:44:49 -0400 Subject: [PATCH] Update README.md --- examples/whisper/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/whisper/README.md b/examples/whisper/README.md index b6edebb..d1204f1 100644 --- a/examples/whisper/README.md +++ b/examples/whisper/README.md @@ -1,3 +1,8 @@ # Whisper OpenAI Whisper as a microservice, with NVIDIA GPU support + +## Attribution + +- [OpenAI/whisper](https://github.com/openai/whisper) +- [ggerganov/whisper.cpp](https://github.com/ggerganov/whisper.cpp) to interact with the OpenAI Whisper model