From e642ec962cf2283f9aa44492727e6efc17a32129 Mon Sep 17 00:00:00 2001 From: Thomas Parnell Date: Thu, 6 Mar 2025 17:43:09 +0100 Subject: [PATCH] Add authors to license header. (#14371) Signed-off-by: Thomas Parnell Co-authored-by: Burkhard Ringlein Co-authored-by: Jan van Lunteren --- vllm/attention/ops/chunked_prefill_paged_decode.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vllm/attention/ops/chunked_prefill_paged_decode.py b/vllm/attention/ops/chunked_prefill_paged_decode.py index 807a270b4..16d67e3ab 100644 --- a/vllm/attention/ops/chunked_prefill_paged_decode.py +++ b/vllm/attention/ops/chunked_prefill_paged_decode.py @@ -1,5 +1,10 @@ # SPDX-License-Identifier: Apache-2.0 +# Authors: +# - Burkhard Ringlein +# - Jan van Lunteren +# - Thomas Parnell + import torch import triton import triton.language as tl