diff --git a/vllm/attention/ops/chunked_prefill_paged_decode.py b/vllm/attention/ops/chunked_prefill_paged_decode.py index 807a270b43de0..16d67e3abe848 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