forked from bigideaafrica/yogpt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
55 lines (53 loc) · 1.13 KB
/
pyproject.toml
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
[tool.poetry]
name = "yogpt-subnet"
version = "0.1.0"
description = ""
authors = []
readme = "README.md"
packages = [{ include = "yogpt_subnet" }]
[tool.poetry.dependencies]
python = "^3.10"
communex = "^0.1.32"
transformers = "^4.42.3"
aiohttp = "^3.9.5"
pyfiglet = "^1.0.2"
psutil = "^6.0.0"
tensorboard = "^2.17.0"
keyboard = "^0.13.5"
inquirerpy = "^0.3.4"
prompt-toolkit = "^3.0.47"
argparse = "^1.4.0"
asyncio = "^3.4.3"
datasets = "^2.20.0"
packaging = "^24.1"
python-dotenv = "^1.0.1"
halo = "^0.0.31"
prettytable = "^3.10.2"
loguru = "^0.7.2"
gputil = "^1.4.0"
pandas = "^2.2.2"
requests = "^2.32.3"
scikit-learn = "^1.5.1"
tqdm = "^4.66.4"
huggingface-hub = "^0.24.0"
pydantic = "^2.8.2"
rich = "^13.7.1"
safetensors = "^0.4.3"
wandb = "^0.17.4"
sentencepiece = "^0.2.0"
jinja2 = "^3.1.4"
accelerate = "^0.32.1"
bitsandbytes = "^0.43.1"
sentence-transformers = "^3.0.1"
tokenizers = "^0.19.1"
peft = "^0.11.1"
keylimiter = "^0.1.5"
pydantic-settings = "^2.3.4"
evaluate = "^0.4.2"
torch = "^2.3.1"
nltk = "^3.8.1"
matplotlib = "^3.9.1"
seaborn = "^0.13.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"