Skip to content
This repository was archived by the owner on Sep 20, 2025. It is now read-only.

Commit ff0298c

Browse files
committed
fix: updated compatible instance
1 parent 35ab0a1 commit ff0298c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/emd/models/vlms/dots_ocr.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
from ..model_series import DOTS_OCR_SERIES
33
from ..engines import vllm_dots_ocr_engine091, huggingface_llm_engine_4d41d2
44
from ..instances import (
5-
g4dn4xlarge_instance,
65
g5dxlarge_instance,
76
g5d2xlarge_instance,
87
g5d4xlarge_instance,
98
g5d8xlarge_instance,
10-
g5d12xlarge_instance,
119
local_instance
1210
)
1311
from ..services import (
@@ -27,8 +25,7 @@
2725
application_scenario="multilingual document layout parsing, OCR, document understanding, table extraction, formula recognition, reading order detection",
2826
supported_engines=[vllm_dots_ocr_engine091],
2927
supported_instances=[
30-
g4dn4xlarge_instance, g5dxlarge_instance, g5d2xlarge_instance, g5d4xlarge_instance, g5d8xlarge_instance,
31-
g5d12xlarge_instance, local_instance
28+
g5dxlarge_instance, g5d2xlarge_instance, g5d4xlarge_instance, g5d8xlarge_instance, local_instance
3229
],
3330
supported_services=[
3431
sagemaker_service, sagemaker_async_service, ecs_service, local_service

0 commit comments

Comments
 (0)