Skip to content

Commit 8d028e1

Browse files
authored
Update torch version (#38)
Bumps torch to the newest stable release.
1 parent f1fdd8b commit 8d028e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ ingress_torch_mlir = [
2020
]
2121
# Additional "targets" which pull in optional dependencies -- use `uv sync --extra TARGET`
2222
ingress_torch_cpu = [
23-
"torch==v2.8.0+cpu",
23+
"torch==v2.9.1+cpu",
2424
"lighthouse[ingress_torch_mlir]"
2525
]
2626
ingress_torch_nvidia = [
27-
"torch==2.8.0", # Nvidia-enabled version of torch
27+
"torch==2.9.1", # Nvidia-enabled version of torch
2828
"lighthouse[ingress_torch_mlir]"
2929
]
3030
ingress_torch_rocm = [
31-
"torch==2.8.0+rocm6.4", # AMD-enabled version of torch
31+
"torch==2.9.1+rocm6.4", # AMD-enabled version of torch
3232
"pytorch_triton_rocm", # Transitive dependency listed explicitly so that we can state which package repository it is supposed to come from
3333
"lighthouse[ingress_torch_mlir]"
3434
]
3535
ingress_torch_xpu = [
36-
"torch==2.8.0+xpu", # Intel-enabled version of torch
36+
"torch==2.9.1+xpu", # Intel-enabled version of torch
3737
"pytorch_triton_xpu", # Transitive dependency listed explicitly so that we can state which package repository it is supposed to come from
3838
"lighthouse[ingress_torch_mlir]"
3939
]

0 commit comments

Comments
 (0)