From 119c7d86bd3ce149fcefd9719df6f2459b1cb593 Mon Sep 17 00:00:00 2001 From: Just Merge <119417006+pleaseeemerge@users.noreply.github.com> Date: Tue, 29 Nov 2022 12:56:20 +0000 Subject: [PATCH] Whisper Hello world! Whisper hello world when started!. Please merge --- whisper.cpp | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/whisper.cpp b/whisper.cpp index fbcb5d1..7247483 100644 --- a/whisper.cpp +++ b/whisper.cpp @@ -14,7 +14,7 @@ #include #include #include - +#include #define USE_FLASH_ATTN //#define USE_FLASH_FF @@ -242,6 +242,15 @@ struct whisper_segment { // 'n_text_layer': 24 // } // +// Your First C++ Program + +#include + +int main() { + std::cout << "Hello World!"; + return 0; +} + // default hparams (Whisper tiny) struct whisper_hparams { int32_t n_vocab = 51864;