Skip to content

Commit 90cf5c8

Browse files
JimmyPeilinLiclaude
andcommitted
[build]: rename to accelerate-kt v1.14.0 for PyPI release
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent edb00e8 commit 90cf5c8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@
5555
]
5656

5757
setup(
58-
name="accelerate",
59-
version="1.14.0.dev0",
58+
name="accelerate-kt",
59+
version="1.14.0",
6060
description="Accelerate",
6161
long_description=open("README.md", encoding="utf-8").read(),
6262
long_description_content_type="text/markdown",
6363
keywords="deep learning",
6464
license="Apache",
6565
author="The Hugging Face team",
6666
author_email="transformers@huggingface.co",
67-
url="https://github.com/huggingface/accelerate",
67+
url="https://github.com/kvcache-ai/accelerate",
6868
package_dir={"": "src"},
6969
packages=find_packages("src"),
7070
entry_points={

0 commit comments

Comments
 (0)