diff options
Diffstat (limited to 'src/llama.cpp')
-rw-r--r-- | src/llama.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/llama.cpp b/src/llama.cpp index 2ed50b20..d41bd6d8 100644 --- a/src/llama.cpp +++ b/src/llama.cpp @@ -1,3 +1,10 @@ +// +// Copyright (C) 2023-2025 The llama.cpp authors +// Copyright (C) 2024-2025 Iwan Kawrakow +// MIT license +// SPDX-License-Identifier: MIT +// + #include "llama-impl.h" #include "llama-vocab.h" #include "llama-grammar.h" |