Skip to content

Commit 1a5849b

Browse files
AwneeshAwneesh
authored andcommitted
Fix author name to Awneesh Tiwari across paper, pyproject, and LICENSE
1 parent d06b4ac commit 1a5849b

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2026 Awneesh Verma
3+
Copyright (c) 2026 Awneesh Tiwari
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

paper/latex/kvshuttle.pdf

-6 Bytes
Binary file not shown.

paper/latex/kvshuttle.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
\title{KVShuttle: When and How to Compress KV Caches\\for Disaggregated LLM Serving}
2121

2222
\author{
23-
Awneesh Verma \\
23+
Awneesh Tiwari \\
2424
\texttt{awneeshtiwari@gmail.com} \\
2525
}
2626

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Benchmark and decision framework for KV cache transfer compressio
99
readme = "README.md"
1010
requires-python = ">=3.11"
1111
license = {text = "MIT"}
12-
authors = [{name = "Awneesh Verma"}]
12+
authors = [{name = "Awneesh Tiwari"}]
1313
dependencies = [
1414
"numpy>=1.26",
1515
"scipy>=1.12",

0 commit comments

Comments
 (0)