]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
Add missing " (llama/7303)
authorAidanBeltonS <redacted>
Wed, 15 May 2024 12:26:30 +0000 (13:26 +0100)
committerGeorgi Gerganov <redacted>
Sun, 16 Jun 2024 15:19:48 +0000 (18:19 +0300)
ggml-sycl.cpp

index b15efb70421dadd53693be8e5ea7fd187525b346..19d22d63753abbe4fa03ff48d169f2a66e38ad81 100644 (file)
@@ -13989,7 +13989,7 @@ inline void ggml_sycl_op_upscale(const ggml_tensor *src0,
 
 #pragma message("TODO: generalize upscale operator")
 #pragma message("      https://github.com/ggerganov/ggml/pull/814")
-    GGML_ASSERT(false && "TODO: generalize upscale operator);
+    GGML_ASSERT(false && "TODO: generalize upscale operator");
 
     const int scale_factor = dst->op_params[0];