Spaces:
Running
Running
sync : ggml (llama/0)
Browse files- ggml-cuda.cu +1 -1
ggml-cuda.cu
CHANGED
|
@@ -10146,7 +10146,7 @@ static void ggml_cuda_cpy(const ggml_tensor * src0, const ggml_tensor * src1, gg
|
|
| 10146 |
const int64_t ne00 = src0->ne[0];
|
| 10147 |
const int64_t ne01 = src0->ne[1];
|
| 10148 |
const int64_t ne02 = src0->ne[2];
|
| 10149 |
-
|
| 10150 |
//GGML_ASSERT(src0->ne[3] == 1);
|
| 10151 |
|
| 10152 |
const int64_t nb00 = src0->nb[0];
|
|
|
|
| 10146 |
const int64_t ne00 = src0->ne[0];
|
| 10147 |
const int64_t ne01 = src0->ne[1];
|
| 10148 |
const int64_t ne02 = src0->ne[2];
|
| 10149 |
+
|
| 10150 |
//GGML_ASSERT(src0->ne[3] == 1);
|
| 10151 |
|
| 10152 |
const int64_t nb00 = src0->nb[0];
|