forked from SamsungSAILMontreal/TinyRecursiveModels
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
41 lines (38 loc) · 887 Bytes
/
pyproject.toml
File metadata and controls
41 lines (38 loc) · 887 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
[project]
name = "tinyrecursivemodels"
version = "0.1.0"
description = "Tiny Recursive Models"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"torch==2.7.0+cu126",
"adam-atan2==0.0.3",
"einops==0.8.1",
"tqdm==4.67.1",
"coolname==2.2.0",
"pydantic==2.11.7",
"argdantic==1.3.3",
"wandb==0.21.3",
"omegaconf==2.3.0",
"hydra-core==1.3.2",
"huggingface_hub==0.34.4",
"packaging==24.1",
"ninja==1.13.0",
"wheel==0.45.1",
"setuptools==80.9.0",
"setuptools-scm==9.2.0",
"pydantic-core==2.33.2",
"numba==0.61.2",
"triton==3.3.0",
"numpy>=1.26.0",
"adam_atan2_pytorch",
"matplotlib==3.10.7",
]
[tool.uv]
index-url = "https://pypi.org/simple"
[[tool.uv.index]]
name = "pytorch"
url = "https://download.pytorch.org/whl/cu126"
explicit = true
[tool.uv.sources]
torch = { index = "pytorch" }