-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpyproject.toml
More file actions
68 lines (64 loc) · 1.36 KB
/
pyproject.toml
File metadata and controls
68 lines (64 loc) · 1.36 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
[project]
name = "nl_probes"
version = "0.0.1"
description = "nl_probes"
requires-python = ">=3.10"
readme = "README.md"
dependencies = [
"accelerate==1.10.1",
"codetiming",
"datasets==3.6.0",
"dill",
"hydra-core",
"liger-kernel",
"numpy<2.0.0",
"pandas",
"peft==0.17.1",
"pyarrow>=19.0.0",
"fastparquet",
"pybind11",
"pylatexenc",
"pre-commit",
"ray[default]",
"tensordict>=0.8.0,<=0.9.1,!=0.9.0",
"torch==2.7.1",
"flash-attn",
"torchdata",
"transformers==4.55.2",
"vllm==0.10.0",
"einops==0.8.1",
"wandb==0.21.1",
"packaging>=20.0",
"uvicorn",
"fastapi",
"typer",
"latex2sympy2_extended",
"math_verify",
"pydantic==2.11.7",
"regex",
"python-dotenv", # Note: the package is "python-dotenv" not "dotenv"
"slist",
"plotly",
"anthropic",
"openai",
"tenacity",
"matplotlib",
"trl==0.18.2",
"bitsandbytes==0.48.1",
"fire",
"tqdm",
"pytest",
"ipykernel",
"circuitsvis>=1.43.3",
"jaxtyping",
"huggingface-hub",
"rapidfuzz",
"hf_transfer",
]
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
include = ["nl_probes", "nl_probes.*"]
[tool.uv.extra-build-dependencies]
flash-attn = [{ requirement = "torch", match-runtime = true }]