bump nanochat to use the latest stable pytorch that is 2.9.1 . Run e.g. to re-update your local environment if you git pull

This commit is contained in:
Andrej Karpathy
2026-01-04 18:36:36 +00:00
parent be56d29b87
commit 9c60dfb64c
+2 -2
View File
@@ -51,10 +51,10 @@ explicit = true
[project.optional-dependencies] [project.optional-dependencies]
cpu = [ cpu = [
"torch>=2.8.0", "torch>=2.9.1",
] ]
gpu = [ gpu = [
"torch>=2.8.0", "torch>=2.9.1",
] ]
[tool.uv] [tool.uv]