-
-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathpyproject.toml
More file actions
96 lines (88 loc) · 1.99 KB
/
Copy pathpyproject.toml
File metadata and controls
96 lines (88 loc) · 1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
[tool.poetry]
name = "zetascale"
version = "2.8.8"
description = "LEGO blocks for AI: Build state-of-the-art models faster with modular PyTorch components."
authors = ["Zeta Team <kye@apac.ai>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/kyegomez/zeta"
keywords = [
"artificial intelligence",
"deep learning",
"optimizers",
"Prompt Engineering",
"swarms",
"agents",
"llms",
"transformers",
"multi-agent",
"swarms of agents",
"Enterprise-Grade Agents",
"Production-Grade Agents",
"Agents",
"Multi-Grade-Agents",
"Swarms",
"Transformers",
"LLMs",
"Prompt Engineering",
"Agents",
"Generative Agents",
"Generative AI",
"Agent Marketplace",
"Agent Store",
"LSTMS",
"GRUs",
"RNNs",
"CNNs",
"MLPs",
"DNNs",
]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.10",
]
packages = [
{ include = "zeta" },
{ include = "zeta/**/*.py" },
]
[tool.poetry.dependencies]
python = "^3.10"
torch = "*"
einops = "*"
bitsandbytes = "*"
transformers = ">=4.20.0,<5.0.0"
einops-exts = "0.0.4"
torchvision = "*"
accelerate = "*"
vector-quantize-pytorch = "*"
beartype = "*"
tqdm = "*"
rich = "*"
colt5-attention = "*"
argparse = "^1.4.0"
local-attention = "*"
loguru = "*"
# Pin compatible versions to prevent import errors
joblib = ">=1.3.0,<1.4.0"
scikit-learn = ">=1.5.0,<1.6.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.group.lint.dependencies]
ruff = ">=0.5.1,<0.5.2"
types-toml = "^0.10.8.1"
types-redis = "^4.3.21.6"
types-pytz = ">=2023.3,<2025.0"
black = ">=23.1,<25.0"
types-chardet = "^5.0.4.6"
mypy-protobuf = "^3.0.0"
pytest = "8.3.2"
[tool.ruff]
line-length = 80
[tool.black]
line-length = 80
target-version = ['py38']
preview = true