diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2023-03-11 00:51:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-11 00:51:46 +0200 |
commit | 3a57ee59de53c2a9d2c3a2c643b609ce07a58a16 (patch) | |
tree | 75c2fb85be166067343463931bc4baa200da977b | |
parent | b85028522d6e924473159ba0da3543fc174d2ded (diff) |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |