-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
71 lines (65 loc) · 1.45 KB
/
Copy pathpyproject.toml
File metadata and controls
71 lines (65 loc) · 1.45 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
[project]
name = "coconut"
version = "0.1.0"
description = ""
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
# "accelerate>=1.3.0",
# "bitsandbytes>=0.45.0",
# "torch-optimi>=0.2.1",
# "torch>=2.5.0",
# "transformers>=4.51.0",
"peft",
"accelerate",
"torch>=2.1.2",
"transformers[torch]>4.51.0",
"bitsandbytes>=0.47.0",
"tqdm>=4.67.0",
"datasets>=3.1.0",
"einops>=0.8.0",
"jaxtyping>=0.2.36",
"loguru>=0.7.3",
"numpy>=2.1.3",
"pandas>=2.2.3",
"tabulate>=0.9.0",
"wandb>=0.18.7",
"matplotlib>=3.10.3",
"seaborn>=0.13.2",
"toml>=0.10.2",
"pydantic>=2.11.4",
"tyro>=0.9.35",
"beartype>=0.22.2",
"anycache>=2.4.0",
"torchinfo>=1.8.0",
"pytest-beartype>=0.2.0",
"setuptools>=80.9.0",
]
[dependency-groups]
dev = [
"ipykernel>=6.29",
"ipywidgets>=8.1",
"nbstripout>=0.8.1",
"pytest>=8.0.2",
"ruff>=0.8.3",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
# [tool.uv]
# no-build-isolation-package = ["torch-sparse"]
[tool.uv.sources]
# torch = [
# { index = "pytorch-cu128"},
# ]
# torchvision = [
# { index = "pytorch-cu128"},
# ]
peft = { git = "https://github.com/huggingface/peft.git", rev = "41091ecd31abc84bda9e899c4e80ec96f3fa99b2" }
# torch-sparse = [
# { index = "pytorch-cu128"},
# ]
[[tool.uv.index]]
name = "pytorch-cu128"
url = "https://download.pytorch.org/whl/cu128"
explicit = true