-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
36 lines (34 loc) · 798 Bytes
/
pyproject.toml
File metadata and controls
36 lines (34 loc) · 798 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
[project]
name = "diffusion-comparision"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"bitsandbytes>=0.49.0",
"datasets>=4.4.2",
"diffusers>=0.36.0",
"einops>=0.8.1",
"hydra-core>=1.3.2",
"ipynotebook>=0.1.0",
"lightning>=2.6.0",
"matplotlib>=3.10.8",
"omegaconf>=2.3.0",
"timm>=1.0.22",
"torch>=2.5.1",
"torchmetrics[image]>=1.8.2",
"torchvision>=0.20.1",
"transformers>=4.57.3",
"wandb>=0.23.1",
]
[tool.uv.sources]
torch = [
{ index = "pytorch-cu128", marker = "sys_platform == 'linux'" },
]
torchvision = [
{ index = "pytorch-cu128", marker = "sys_platform == 'linux'" },
]
[[tool.uv.index]]
name = "pytorch-cu128"
url = "https://download.pytorch.org/whl/cu128"
explicit = true