Skip to content

Commit 7407ff3

Browse files
Update pinned torch version
1 parent d0fa3fd commit 7407ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Training of small LM models for SimpleStories"
55
requires-python = ">=3.11"
66
readme = "README.md"
77
dependencies = [
8-
"torch<2.6.0",
8+
"torch>=2.6.0",
99
"torchvision",
1010
"pydantic",
1111
"wandb",

0 commit comments

Comments
 (0)