-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
47 lines (41 loc) · 935 Bytes
/
pyproject.toml
File metadata and controls
47 lines (41 loc) · 935 Bytes
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
[tool.poetry]
name = "edifai"
version = "0.1.0"
description = ""
authors = ["agombert <arnault.gombert@pm.me>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
transformers = "^4.45.1"
openai = "^1.50.2"
datasets = "^3.0.1"
nltk = "^3.9.1"
seaborn = "^0.13.2"
matplotlib = "^3.9.2"
langdetect = "^1.0.9"
spacy = "^3.7.5"
torch = "^2.4.1"
python-dotenv = "^1.0.1"
sentencepiece = "^0.2.0"
setfit = "^1.1.0"
jupyter = "^1.1.1"
numpy = "^1.21.0"
scikit-learn = "^1.0.2"
wandb = "^0.18.3"
langchain = "^0.3.1"
haystack = "^0.42"
google-play-scraper = "^1.2.7"
wordcloud = "^1.9.3"
trl = "^0.11.1"
accelerate = "^0.34.2"
sentence-transformers = "^3.1.1"
peft = "^0.13.0"
[tool.poetry.group.dev.dependencies]
pytest = "^8.3.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.pytest.ini_options]
testpaths = ["tests"]
[tool.poetry.extras]
gpu = ["nvidia-cudnn-cu12", "triton"]