Skip to content

Commit 4cfddc3

Browse files
committed
add torch and torch vision to requirements
1 parent fa149fb commit 4cfddc3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

trainer/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
--extra-index-url https://download.pytorch.org/whl/cu124
12
imagecodecs==2025.8.2
23
numpy==2.3.4
34
pytest==8.4.2
45
scikit-image==0.25.2
56
scipy==1.16.2
67
pillow==12.0.0
8+
torch==2.6.0+cu124
9+
torchvision==0.21.0+cu124
710

0 commit comments

Comments
 (0)