Skip to content

Commit e54c431

Browse files
committed
Update launch qwen2.5vl:7b as llm service
1 parent 0de7e95 commit e54c431

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.vscode/launch.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"--",
9494
"--use_llm", "--llm_service", "marker.services.ollama.OllamaService",
9595
"--ollama_base_url", "http://localhost:11434",
96-
"--ollama_model", "qwen2.5:7b"
96+
"--ollama_model", "qwen2.5vl:7b"
9797
],
9898
"env": {
9999
"STREAMLIT_SERVER_PORT": "8501",
@@ -114,13 +114,14 @@
114114
"--",
115115
"--use_llm", "--llm_service", "marker.services.ollama.OllamaService",
116116
"--ollama_base_url", "http://localhost:11434",
117-
"--ollama_model", "qwen2.5:7b"
117+
"--ollama_model", "qwen2.5vl:7b",
118+
"--block_correction_prompt", "'show json'"
118119
],
119120
"env": {
120121
"STREAMLIT_SERVER_PORT": "8501",
121122
"XDG_CACHE_HOME": "${workspaceFolder}/cache",
122123
"HF_HUB_OFFLINE": "true",
123-
"DETECTOR_MODEL_CHECKPOINT": "${workspaceFolder}/cache/datalab/models/text_detection/2025_02_18",
124+
"DETECTOR_MODEL_CHECKPOINT": "${workspaceFolder}/cache/datalab/models/text_detection/2025_05_07",
124125
"RECOGNITION_MODEL_CHECKPOINT": "${workspaceFolder}/cache/datalab/models/text_recognition/2025_05_16",
125126
"LAYOUT_MODEL_CHECKPOINT": "${workspaceFolder}/cache/datalab/models/layout/2025_02_18",
126127
"OCR_ERROR_MODEL_CHECKPOINT": "${workspaceFolder}/cache/datalab/models/ocr_error_detection/2025_02_18",
@@ -172,7 +173,7 @@
172173
"--output_dir", "${workspaceFolder}/md_out",
173174
"--use_llm", "--llm_service", "marker.services.ollama.OllamaService",
174175
"--ollama_base_url", "http://localhost:11434",
175-
"--ollama_model", "qwen2.5:7b"
176+
"--ollama_model", "qwen2.5vl:7b"
176177
],
177178
"env": {
178179
"STREAMLIT_SERVER_PORT": "8501",
@@ -192,7 +193,7 @@
192193
"--output_dir", "${workspaceFolder}/md_out",
193194
"--use_llm", "--llm_service", "marker.services.ollama.OllamaService",
194195
"--ollama_base_url", "http://localhost:11434",
195-
"--ollama_model", "qwen2.5:7b"
196+
"--ollama_model", "qwen2.5vl:7b"
196197
],
197198
"env": {
198199
"STREAMLIT_SERVER_PORT": "8501",

0 commit comments

Comments
 (0)