diff options
Diffstat (limited to 'examples/imatrix/imatrix.cpp')
-rw-r--r-- | examples/imatrix/imatrix.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/imatrix/imatrix.cpp b/examples/imatrix/imatrix.cpp index c7d73cdb..8afc6aa7 100644 --- a/examples/imatrix/imatrix.cpp +++ b/examples/imatrix/imatrix.cpp @@ -1,3 +1,10 @@ +// +// Copyright (C) 2024 Iwan Kawrakow +// Copyright (C) 2023-2024 The ggml authors +// MIT license +// SPDX-License-Identifier: MIT +// + #include "common.h" #include "llama.h" |