DeepSeek-OCR-vllm: update INPUT_PATH & Dockerfile envs
This commit is contained in:
@@ -21,9 +21,7 @@ MODEL_PATH = 'deepseek-ai/DeepSeek-OCR' # change to your model path
|
||||
# .jpg, .png, .jpeg: run_dpsk_ocr_image.py;
|
||||
# Omnidocbench images path: run_dpsk_ocr_eval_batch.py
|
||||
|
||||
FILE_NAME='2025-27484-M21472.pdf'
|
||||
|
||||
INPUT_PATH = f'/workspace/2025-27484-M21472.pdf'
|
||||
INPUT_PATH = f'/workspace/2018-0802140959-217049.pdf'
|
||||
OUTPUT_PATH = '/workspace/output/'
|
||||
|
||||
PROMPT = '<image>\n<|grounding|>Convert the document to markdown.'
|
||||
|
||||
Reference in New Issue
Block a user