Skip to content

Commit 426b91a

Browse files
kiukchungKiuk Chung
andauthored
[torchx][CI] Unpin torch, torchvision, torchxtext to fix breaking unittests due to incompatible version of torchvision/text and torch (meta-pytorch#1147)
Co-authored-by: Kiuk Chung <[email protected]>
1 parent 11b9e99 commit 426b91a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dev-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ pytorch-lightning==2.5.0
1919
tensorboard==2.14.0
2020
sagemaker==2.230.0
2121
torch-model-archiver>=0.4.2
22-
torch>=2.7.0
22+
torch
2323
torchmetrics==1.6.3
2424
torchserve>=0.10.0
25-
torchtext==0.18.0
26-
torchvision==0.23.0
25+
torchtext
26+
torchvision
2727
typing-extensions
2828
ts==0.5.1
2929
wheel

torchx/runtime/container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM pytorch/pytorch:2.2.0-cuda12.1-cudnn8-runtime
1+
FROM pytorch/pytorch:2.9.0-cuda12.8-cudnn9-runtime
22

33
WORKDIR /app
44

0 commit comments

Comments
 (0)