We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11b9e99 commit 426b91aCopy full SHA for 426b91a
dev-requirements.txt
@@ -19,11 +19,11 @@ pytorch-lightning==2.5.0
19
tensorboard==2.14.0
20
sagemaker==2.230.0
21
torch-model-archiver>=0.4.2
22
-torch>=2.7.0
+torch
23
torchmetrics==1.6.3
24
torchserve>=0.10.0
25
-torchtext==0.18.0
26
-torchvision==0.23.0
+torchtext
+torchvision
27
typing-extensions
28
ts==0.5.1
29
wheel
torchx/runtime/container/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM pytorch/pytorch:2.2.0-cuda12.1-cudnn8-runtime
+FROM pytorch/pytorch:2.9.0-cuda12.8-cudnn9-runtime
2
3
WORKDIR /app
4
0 commit comments