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:
+2
-2
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user