diff options
author | Kawrakow <iwankawrakow@gmail.com> | 2025-04-07 10:43:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-07 10:43:26 +0200 |
commit | a051f08b8f059fa10dd089d231b975291c122e9d (patch) | |
tree | 4bb911bf18b79d8473e01a8f8f9c7aa92f247b4a /ggml/src/iqk/iqk_quantize.h | |
parent | abbabf7ca14a5bfe2f141362876ccd60b8968d48 (diff) |
Add copyright notices (#317)
Co-authored-by: Iwan Kawrakow <iwan.kawrakow@gmail.com>
Diffstat (limited to 'ggml/src/iqk/iqk_quantize.h')
-rw-r--r-- | ggml/src/iqk/iqk_quantize.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ggml/src/iqk/iqk_quantize.h b/ggml/src/iqk/iqk_quantize.h index 478bd0de..24db374b 100644 --- a/ggml/src/iqk/iqk_quantize.h +++ b/ggml/src/iqk/iqk_quantize.h @@ -1,3 +1,9 @@ +// +// Copyright (C) 2024-2025 Iwan Kawrakow +// MIT license +// SPDX-License-Identifier: MIT +// + #pragma once #include <stdint.h> |