From: Georgi Gerganov Date: Fri, 10 Mar 2023 22:51:46 +0000 (+0200) Subject: Update README.md X-Git-Tag: gguf-v0.4.0~1298 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=3a57ee59de53c2a9d2c3a2c643b609ce07a58a16;p=pkg%2Fggml%2Fsources%2Fllama.cpp Update README.md --- diff --git a/README.md b/README.md index e5f5b53d..15c389a3 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,10 @@ main: predict time = 31378.77 ms / 61.41 ms per token main: total time = 34036.74 ms ``` +And here is another demo of running both LLaMA-7B and [whisper.cpp](https://github.com/ggerganov/whisper.cpp) on a single M1 Pro MacBook: + +https://user-images.githubusercontent.com/1991296/224442907-7693d4be-acaa-4e01-8b4f-add84093ffff.mp4 + ## Usage ```bash