-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
48 lines (47 loc) · 1.12 KB
/
pyproject.toml
File metadata and controls
48 lines (47 loc) · 1.12 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
[project]
name = "emlo4-session-07-ajithvcoder"
version = "0.1.0"
description = "Use lightning to hparamsearch, train, eval and infer a dataset"
readme = "README.md"
requires-python = "==3.11.7"
dependencies = [
"tabulate==0.9.0",
"black>=24.8.0",
"mlflow>=2.17.0",
"dvc-gdrive>=3.0.1",
"dvc>=3.55.2",
"dvc[gs]",
"dvc[s3]>=3.2.0",
"lightning[extra]==2.4.0",
"loguru>=0.7.2",
"rich>=13.8.1",
"tensorboard==2.17.1",
"timm==1.0.9",
"gdown==5.2.0",
"hydra-core==1.3.0",
"pandas==2.2.3",
"scikit-learn==1.5.2",
"comet_ml==3.47.0",
"python-dotenv==1.0.1",
"matplotlib==3.9.2",
"hydra-joblib-launcher>=1.2.0",
"hydra-optuna-sweeper>=1.2.0",
"rootutils==1.0.7",
"pytest==8.3.3",
"pytest-cov==5.0.0",
"coverage==7.6.3",
"pytest-order==1.3.0",
"pytest-ordering==0.6",
"pytest-dependency==0.6.0",
"aim>=3.25.0",
"litserve==0.2.4",
"gpustat==1.1.1",
"transformers==4.46.2",
"openai==1.54.4",
"accelerate>=0.26.0",
"peft==0.13.2"
"torchao==0.6.1"
]
[tool.coverage.report]
include = ["src/**/*.py"]
show_missing = true