]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
Add missing " (llama/7303)
authorAidanBeltonS <redacted>
Wed, 15 May 2024 12:26:30 +0000 (13:26 +0100)
committerGeorgi Gerganov <redacted>
Tue, 28 May 2024 11:41:08 +0000 (14:41 +0300)
src/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];