Skip to content

Commit bc9e4a8

Browse files
committed
Bump torch to 2.10.0 in Helion Dockerfile
1 parent 29cb3e3 commit bc9e4a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/helion.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN uv pip install --system \
2929

3030
# PyTorch (CUDA 13.0 wheels)
3131
RUN uv pip install --system \
32-
torch==2.9.1 \
32+
torch==2.10.0 \
3333
--index-url https://download.pytorch.org/whl/cu130
3434

3535
# Helion

0 commit comments

Comments
 (0)