ggerganov commited on
Commit
600a548
·
unverified ·
1 Parent(s): 7cb9a0e

ci : dummy commit to trigger CI

Browse files
Files changed (1) hide show
  1. src/whisper.cpp +2 -0
src/whisper.cpp CHANGED
@@ -33,6 +33,8 @@
33
  #include <functional>
34
  #include <codecvt>
35
 
 
 
36
  #if defined(_MSC_VER)
37
  #pragma warning(disable: 4244 4267) // possible loss of data
38
  #endif
 
33
  #include <functional>
34
  #include <codecvt>
35
 
36
+ // dummy
37
+
38
  #if defined(_MSC_VER)
39
  #pragma warning(disable: 4244 4267) // possible loss of data
40
  #endif