You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: copier.yaml
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -298,16 +298,19 @@ dl_pytorch_deps:
298
298
PyTorch (CUDA 11.8): pytorch_cu118
299
299
PyTorch (CUDA 12.1): pytorch_cu121
300
300
PyTorch (CUDA 12.4): pytorch_cu124
301
+
PyTorch (CUDA 12.6): pytorch_cu126
302
+
PyTorch (CUDA 12.8): pytorch_cu128
303
+
PyTorch (CUDA 12.9): pytorch_cu129
301
304
torchvision: torchvision
302
305
torchaudio: torchaudio
303
306
tensorboard: tensorboard
304
307
Lightning (PyTorch Lightning): lightning
305
308
torchmetrics: torchmetrics
306
309
validator: >-
307
-
{% if 'pytorch_cpu' in dl_pytorch_deps and ('pytorch_cu124' in dl_pytorch_deps or 'pytorch_cu118' in dl_pytorch_deps) %}
310
+
{% if 'pytorch_cpu' in dl_pytorch_deps and ('pytorch_cu129' in dl_pytorch_deps or 'pytorch_cu128' in dl_pytorch_deps or 'pytorch_cu126' in dl_pytorch_deps or 'pytorch_cu124' in dl_pytorch_deps or 'pytorch_cu121' in dl_pytorch_deps or 'pytorch_cu118' in dl_pytorch_deps) %}
308
311
You must choose either a CPU or a GPU backend, not both
309
-
{% elif 'pytorch_cu118' in dl_pytorch_deps and 'pytorch_cu124' in dl_pytorch_deps %}
310
-
You must choose one version of CUDA not both
312
+
{% elif 'pytorch_cu129' in dl_pytorch_deps and 'pytorch_cu128' in dl_pytorch_deps and 'pytorch_cu126' in dl_pytorch_deps and 'pytorch_cu124' in dl_pytorch_deps and 'pytorch_cu121' in dl_pytorch_deps and 'pytorch_cu118' in dl_pytorch_deps %}
313
+
You must choose ONLY one version of CUDA not multiple
0 commit comments