From 7482ca2ed901cdca9ce9a382f492035dd0ec405a Mon Sep 17 00:00:00 2001 From: Jhen Date: Tue, 5 Sep 2023 10:05:33 +0800 Subject: [PATCH] docs: add cpp/README.md --- cpp/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cpp/README.md diff --git a/cpp/README.md b/cpp/README.md new file mode 100644 index 0000000..c947f95 --- /dev/null +++ b/cpp/README.md @@ -0,0 +1,4 @@ +# Note + +- Only `rn-whisper.h` / `rn-whisper.cpp` are the specific files for this project, others are sync from [whisper.cpp](https://github.com/ggerganov/whisper.cpp). +- We can update the native source by using the [bootstrap](../scripts/bootstrap.sh) script.