Skip to content

Commit 7cfc6a7

Browse files
committed
fix typo
1 parent 14bfbf8 commit 7cfc6a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ggml/include/ggml.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -705,8 +705,7 @@ extern "C" {
705705
#define _tensor_set_data_ptr(tensor, value) ((tensor)->data = (value))
706706
#define _tensor_set_data_instance(tensor, value) ((tensor).data = (value))
707707
#endif
708-
}
709-
708+
710709
static const size_t GGML_TENSOR_SIZE = sizeof(struct ggml_tensor);
711710

712711
// Abort callback

0 commit comments

Comments
 (0)