File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,20 +20,20 @@ ingress_torch_mlir = [
2020]
2121# Additional "targets" which pull in optional dependencies -- use `uv sync --extra TARGET`
2222ingress_torch_cpu = [
23- " torch==v2.8.0 +cpu" ,
23+ " torch==v2.9.1 +cpu" ,
2424 " lighthouse[ingress_torch_mlir]"
2525]
2626ingress_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]
3030ingress_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]
3535ingress_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]
You can’t perform that action at this time.
0 commit comments