Spaces:
Running
Running
AidanBeltonS
commited on
Commit
·
2c417da
1
Parent(s):
04a5333
Add missing " (llama/7303)
Browse files- ggml-sycl.cpp +1 -1
ggml-sycl.cpp
CHANGED
|
@@ -13989,7 +13989,7 @@ inline void ggml_sycl_op_upscale(const ggml_tensor *src0,
|
|
| 13989 |
|
| 13990 |
#pragma message("TODO: generalize upscale operator")
|
| 13991 |
#pragma message(" https://github.com/ggerganov/ggml/pull/814")
|
| 13992 |
-
GGML_ASSERT(false && "TODO: generalize upscale operator);
|
| 13993 |
|
| 13994 |
const int scale_factor = dst->op_params[0];
|
| 13995 |
|
|
|
|
| 13989 |
|
| 13990 |
#pragma message("TODO: generalize upscale operator")
|
| 13991 |
#pragma message(" https://github.com/ggerganov/ggml/pull/814")
|
| 13992 |
+
GGML_ASSERT(false && "TODO: generalize upscale operator");
|
| 13993 |
|
| 13994 |
const int scale_factor = dst->op_params[0];
|
| 13995 |
|