]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
examples : fix compile warnings [no ci] (whisper/0)
authorGeorgi Gerganov <redacted>
Mon, 8 Jul 2024 11:09:09 +0000 (14:09 +0300)
committerGeorgi Gerganov <redacted>
Mon, 8 Jul 2024 11:54:20 +0000 (14:54 +0300)
examples/common.cpp

index 2e3a4549e4a8192df2bd9fa774c93cbde5132d1a..11035736b6e4c629b94fc0721b7b891f423646ad 100644 (file)
@@ -147,7 +147,6 @@ std::string gpt_random_prompt(std::mt19937 & rng) {
         case 7: return "He";
         case 8: return "She";
         case 9: return "They";
-        default: return "To";
     }
 
     return "The";