Skip to content

Commit 8f8ddfc

Browse files
committed
sync : ggml (#0)
1 parent 6fb50eb commit 8f8ddfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ggml-cuda.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10146,7 +10146,7 @@ static void ggml_cuda_cpy(const ggml_tensor * src0, const ggml_tensor * src1, gg
1014610146
const int64_t ne00 = src0->ne[0];
1014710147
const int64_t ne01 = src0->ne[1];
1014810148
const int64_t ne02 = src0->ne[2];
10149-
10149+
1015010150
//GGML_ASSERT(src0->ne[3] == 1);
1015110151

1015210152
const int64_t nb00 = src0->nb[0];

scripts/sync-ggml.last

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f2a9472b23cf27e672ed70a2a6eb078f7b060f18
1+
475cbad5c1c834e31e26a2283bc1413181644360

0 commit comments

Comments
 (0)