From: AidanBeltonS Date: Wed, 15 May 2024 12:26:30 +0000 (+0100) Subject: Add missing " (llama/7303) X-Git-Tag: upstream/1.7.4~724 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=bf9b69284f7b338af25b01c34f594734b598cbb8;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp Add missing " (llama/7303) --- diff --git a/ggml-sycl.cpp b/ggml-sycl.cpp index b15efb70..19d22d63 100644 --- a/ggml-sycl.cpp +++ b/ggml-sycl.cpp @@ -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];