Skip to content

Commit b1b353d

Browse files
committed
Add torchvision dependency
torchvision is required by DeepSeek-OCR model's vision components.
1 parent 5981fbc commit b1b353d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clusters/k3s-stpetersburg/apps/ai/deepseek-ocr/rayservice.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ spec:
5555
easydict \
5656
addict \
5757
Pillow \
58+
torchvision \
5859
accelerate==1.6.0 \
5960
fastapi==0.115.0 \
6061
pydantic==2.9.2
@@ -144,6 +145,7 @@ spec:
144145
easydict \
145146
addict \
146147
Pillow \
148+
torchvision \
147149
accelerate==1.6.0 \
148150
fastapi==0.115.0 \
149151
pydantic==2.9.2

0 commit comments

Comments
 (0)