From a6c2229f5babfcfee13b4491e0f721ad870b668e Mon Sep 17 00:00:00 2001 From: Niranjan Yadla Date: Wed, 21 Aug 2024 23:15:24 -0700 Subject: [PATCH] Update README.md --- whisper_native/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whisper_native/README.md b/whisper_native/README.md index c542d231..4a090116 100644 --- a/whisper_native/README.md +++ b/whisper_native/README.md @@ -10,7 +10,7 @@ Please note that Whisper's model weights use Git Large File Storage (LFS), so yo ```bash git clone https://github.com/nyadla-sys/whisper.tflite.git -cd whisper.tflite/tflite_example +cd whisper.tflite/whisper_native ``` ## Step 2: Install CMake Make sure you have CMake version 3.16 or higher installed. On Ubuntu, you can install it with: