Skip to content

Commit 40c1340

Browse files
committed
fix: code cleanup
1 parent 39d0b74 commit 40c1340

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/emd/models/vlms/dots_ocr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@
4444
require_huggingface_token=False,
4545
model_series=DOTS_OCR_SERIES
4646
)
47-
)
47+
)

src/pipeline/backend/vllm/Dockerfile_dots_ocr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ RUN pip install boto3 hf_transfer modelscope
1010
EXPOSE 8080
1111
WORKDIR /opt/ml/code
1212

13-
ENTRYPOINT ["/usr/bin/serve"]
13+
ENTRYPOINT ["/usr/bin/serve"]

0 commit comments

Comments
 (0)