]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Add missing " (#7303)
authorAidanBeltonS <redacted>
Wed, 15 May 2024 12:26:30 +0000 (13:26 +0100)
committerGitHub <redacted>
Wed, 15 May 2024 12:26:30 +0000 (17:56 +0530)
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];