]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
whisper : remove dummy commit comment [no ci] (#3143)
authorDaniel Bevenius <redacted>
Mon, 12 May 2025 12:40:17 +0000 (14:40 +0200)
committerGitHub <redacted>
Mon, 12 May 2025 12:40:17 +0000 (14:40 +0200)
This commit removes a dummy comment that was add by
Commit(589b408 "ci : dummy commit to trigger CI").

src/whisper.cpp

index f8707e73098af60a4a7076f56115e065f39de66a..e103e29b8beacdefeaab14647995a205e6c967f4 100644 (file)
@@ -35,8 +35,6 @@
 #include <thread>
 #include <vector>
 
-// dummy
-
 #if defined(WHISPER_BIG_ENDIAN)
 template<typename T>
 static T byteswap(T value) {