From: Asad Memon Date: Thu, 2 Nov 2023 16:50:13 +0000 (-0700) Subject: talk-llama : move up-to-date demo to top (#1417) X-Git-Tag: upstream/1.7.4~1293 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=d445098c8f0f182e9f3c48656ed9c7df20874c80;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp talk-llama : move up-to-date demo to top (#1417) --- diff --git a/examples/talk-llama/README.md b/examples/talk-llama/README.md index f073536c..fbd8e96c 100644 --- a/examples/talk-llama/README.md +++ b/examples/talk-llama/README.md @@ -2,12 +2,14 @@ Talk with an LLaMA AI in your terminal -[Demo Talk](https://user-images.githubusercontent.com/1991296/228024237-848f998c-c334-46a6-bef8-3271590da83b.mp4) - *Latest perf as of 2 Nov 2023 using Whisper Medium + LLaMA v2 13B Q8_0 on M2 Ultra:* https://github.com/ggerganov/whisper.cpp/assets/1991296/d97a3788-bf2a-4756-9a43-60c6b391649e +*Previous demo running on CPUs* + +[Demo Talk](https://user-images.githubusercontent.com/1991296/228024237-848f998c-c334-46a6-bef8-3271590da83b.mp4) + ## Building The `talk-llama` tool depends on SDL2 library to capture audio from the microphone. You can build it like this: