diff options
Diffstat (limited to 'ggml-quants.c')
-rw-r--r-- | ggml-quants.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ggml-quants.c b/ggml-quants.c index 6821af0d..fe0b4f98 100644 --- a/ggml-quants.c +++ b/ggml-quants.c @@ -1,3 +1,10 @@ +// +// Copyright (C) 2023-2024 The ggml authors +// Copyright (C) 2024 Iwan Kawrakow +// MIT license +// SPDX-License-Identifier: MIT +// + #define GGML_COMMON_IMPL_C #include "ggml-common.h" |