forked from ModelEngine-Group/unified-cache-management
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
21 lines (19 loc) · 686 Bytes
/
pyproject.toml
File metadata and controls
21 lines (19 loc) · 686 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[build-system]
requires = [
"setuptools>=64",
"cmake>=3.18",
"wheel",
]
build-backend = "setuptools.build_meta"
[project]
name = "uc-manager"
authors = [{name = "Unified Cache Team"}]
license = { file="LICENSE" }
readme = "README.md"
description = "Persist and reuse KV Cache to speedup your LLM."
requires-python = ">=3.10"
dynamic = [ "version", "dependencies", "optional-dependencies"]
[project.urls]
Homepage="https://github.com/ModelEngine-Group/unified-cache-management"
Documentation="https://ucm.readthedocs.io/en/latest"
WeChat="https://github.com/ModelEngine-Group/unified-cache-management/blob/develop/docs/source/_static/images/qrcode_for_wechat.png?raw=true"