We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cd8985 commit fe9043aCopy full SHA for fe9043a
pyproject.toml
@@ -0,0 +1,28 @@
1
+[project]
2
+name = "recursion"
3
+version = "0.1.0"
4
+description = "Improve RNN training"
5
+readme = "README.md"
6
+requires-python = ">=3.13"
7
+dependencies = [
8
+ "torch",
9
+ "adam-atan2",
10
+ "einops",
11
+ "tqdm",
12
+ "coolname",
13
+ "pydantic",
14
+ "argdantic",
15
+ "wandb",
16
+ "omegaconf",
17
+ "hydra-core",
18
+ "huggingface_hub",
19
+ "packaging",
20
+ "ninja",
21
+ "wheel",
22
+ "setuptools",
23
+ "setuptools-scm",
24
+ "pydantic-core",
25
26
+ "numba",
27
+ "triton",
28
+]
0 commit comments