deepseek_ocr2_server_8707_20260204_175510.log 16.7 KB
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
INFO 02-04 17:55:15 [__init__.py:240] Automatically detected platform rocm.
/home/lst/DeepSeek-OCR2-vllm/deepseek_ocr2_server.py:476: DeprecationWarning: 
        on_event is deprecated, use lifespan event handlers instead.

        Read more about it in the
        [FastAPI docs for Lifespan Events](https://fastapi.tiangolo.com/advanced/events/).
        
  @app.on_event("shutdown")
[INFO] 加载模型: /home/lst/deepseek_ocr2
INFO 02-04 17:55:20 [config.py:460] Overriding HF config with {'architectures': ['DeepseekOCR2ForCausalLM']}
INFO 02-04 17:55:20 [config.py:721] This model supports multiple tasks: {'reward', 'score', 'classify', 'embed', 'generate'}. Defaulting to 'generate'.
INFO 02-04 17:55:20 [llm_engine.py:244] Initializing a V0 LLM engine (v0.8.5.post1) with config: model='/home/lst/deepseek_ocr2', speculative_config=None, tokenizer='/home/lst/deepseek_ocr2', skip_tokenizer_init=False, tokenizer_mode=auto, revision=None, override_neuron_config=None, tokenizer_revision=None, trust_remote_code=True, dtype=torch.bfloat16, max_seq_len=8192, download_dir=None, load_format=auto, tensor_parallel_size=1, pipeline_parallel_size=1, disable_custom_all_reduce=False, quantization=None, enforce_eager=False, kv_cache_dtype=auto,  device_config=cuda, decoding_config=DecodingConfig(guided_decoding_backend='xgrammar', reasoning_backend=None), observability_config=ObservabilityConfig(show_hidden_metrics=False, otlp_traces_endpoint=None, collect_model_forward_time=False, collect_model_execute_time=False), seed=None, served_model_name=/home/lst/deepseek_ocr2, num_scheduler_steps=1, multi_step_stream_outputs=True, enable_prefix_caching=None, chunked_prefill_enabled=False, use_async_output_proc=True, disable_mm_preprocessor_cache=True, mm_processor_kwargs=None, pooler_config=None, compilation_config={"splitting_ops":[],"compile_sizes":[],"cudagraph_capture_sizes":[24,16,8,4,2,1],"max_capture_size":24}, use_cached_outputs=False, 
INFO 02-04 17:55:21 [rocm.py:226] None is not supported in AMD GPUs.
INFO 02-04 17:55:21 [rocm.py:227] Using ROCmFlashAttention backend.
WARNING 02-04 17:55:21 [worker_base.py:41] VLLM_RANK0_NUMA is unset or set incorrectly, vllm will not bind to numa! VLLM_RANK0_NUMA = -1
INFO 02-04 17:55:21 [worker_base.py:653] ########## 47119 process(rank0) is running on CPU(s): {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31}
INFO 02-04 17:55:21 [worker_base.py:654] ########## 47119 process(rank0) is running on memnode(s): {0, 1, 2, 3}
WARNING: Logging before InitGoogleLogging() is written to STDERR
I0204 17:55:21.263231 47119 ProcessGroupNCCL.cpp:881] [PG 0 Rank 0] ProcessGroupNCCL initialization options: size: 1, global rank: 0, TIMEOUT(ms): 600000, USE_HIGH_PRIORITY_STREAM: 0, SPLIT_FROM: 0, SPLIT_COLOR: 0, PG Name: 0
I0204 17:55:21.263304 47119 ProcessGroupNCCL.cpp:890] [PG 0 Rank 0] ProcessGroupNCCL environments: NCCL version: 2.18.3, TORCH_NCCL_ASYNC_ERROR_HANDLING: 3, TORCH_NCCL_DUMP_ON_TIMEOUT: 0, TORCH_NCCL_WAIT_TIMEOUT_DUMP_MILSEC: 60000, TORCH_NCCL_DESYNC_DEBUG: 0, TORCH_NCCL_ENABLE_TIMING: 0, TORCH_NCCL_BLOCKING_WAIT: 0, TORCH_DISTRIBUTED_DEBUG: OFF, TORCH_NCCL_ENABLE_MONITORING: 1, TORCH_NCCL_HEARTBEAT_TIMEOUT_SEC: 600, TORCH_NCCL_TRACE_BUFFER_SIZE: 0, TORCH_NCCL_COORD_CHECK_MILSEC: 1000, TORCH_NCCL_NAN_CHECK: 0
I0204 17:55:21.263877 47119 ProcessGroupNCCL.cpp:881] [PG 1 Rank 0] ProcessGroupNCCL initialization options: size: 1, global rank: 0, TIMEOUT(ms): 600000, USE_HIGH_PRIORITY_STREAM: 0, SPLIT_FROM: 0x55627668c630, SPLIT_COLOR: 3389850942126204093, PG Name: 1
I0204 17:55:21.263891 47119 ProcessGroupNCCL.cpp:890] [PG 1 Rank 0] ProcessGroupNCCL environments: NCCL version: 2.18.3, TORCH_NCCL_ASYNC_ERROR_HANDLING: 3, TORCH_NCCL_DUMP_ON_TIMEOUT: 0, TORCH_NCCL_WAIT_TIMEOUT_DUMP_MILSEC: 60000, TORCH_NCCL_DESYNC_DEBUG: 0, TORCH_NCCL_ENABLE_TIMING: 0, TORCH_NCCL_BLOCKING_WAIT: 0, TORCH_DISTRIBUTED_DEBUG: OFF, TORCH_NCCL_ENABLE_MONITORING: 1, TORCH_NCCL_HEARTBEAT_TIMEOUT_SEC: 600, TORCH_NCCL_TRACE_BUFFER_SIZE: 0, TORCH_NCCL_COORD_CHECK_MILSEC: 1000, TORCH_NCCL_NAN_CHECK: 0
I0204 17:55:21.283950 47119 ProcessGroupNCCL.cpp:881] [PG 3 Rank 0] ProcessGroupNCCL initialization options: size: 1, global rank: 0, TIMEOUT(ms): 600000, USE_HIGH_PRIORITY_STREAM: 0, SPLIT_FROM: 0x55627668c630, SPLIT_COLOR: 3389850942126204093, PG Name: 3
I0204 17:55:21.283991 47119 ProcessGroupNCCL.cpp:890] [PG 3 Rank 0] ProcessGroupNCCL environments: NCCL version: 2.18.3, TORCH_NCCL_ASYNC_ERROR_HANDLING: 3, TORCH_NCCL_DUMP_ON_TIMEOUT: 0, TORCH_NCCL_WAIT_TIMEOUT_DUMP_MILSEC: 60000, TORCH_NCCL_DESYNC_DEBUG: 0, TORCH_NCCL_ENABLE_TIMING: 0, TORCH_NCCL_BLOCKING_WAIT: 0, TORCH_DISTRIBUTED_DEBUG: OFF, TORCH_NCCL_ENABLE_MONITORING: 1, TORCH_NCCL_HEARTBEAT_TIMEOUT_SEC: 600, TORCH_NCCL_TRACE_BUFFER_SIZE: 0, TORCH_NCCL_COORD_CHECK_MILSEC: 1000, TORCH_NCCL_NAN_CHECK: 0
I0204 17:55:21.285181 47119 ProcessGroupNCCL.cpp:881] [PG 5 Rank 0] ProcessGroupNCCL initialization options: size: 1, global rank: 0, TIMEOUT(ms): 600000, USE_HIGH_PRIORITY_STREAM: 0, SPLIT_FROM: 0x55627668c630, SPLIT_COLOR: 3389850942126204093, PG Name: 5
I0204 17:55:21.285199 47119 ProcessGroupNCCL.cpp:890] [PG 5 Rank 0] ProcessGroupNCCL environments: NCCL version: 2.18.3, TORCH_NCCL_ASYNC_ERROR_HANDLING: 3, TORCH_NCCL_DUMP_ON_TIMEOUT: 0, TORCH_NCCL_WAIT_TIMEOUT_DUMP_MILSEC: 60000, TORCH_NCCL_DESYNC_DEBUG: 0, TORCH_NCCL_ENABLE_TIMING: 0, TORCH_NCCL_BLOCKING_WAIT: 0, TORCH_DISTRIBUTED_DEBUG: OFF, TORCH_NCCL_ENABLE_MONITORING: 1, TORCH_NCCL_HEARTBEAT_TIMEOUT_SEC: 600, TORCH_NCCL_TRACE_BUFFER_SIZE: 0, TORCH_NCCL_COORD_CHECK_MILSEC: 1000, TORCH_NCCL_NAN_CHECK: 0
I0204 17:55:21.286090 47119 ProcessGroupNCCL.cpp:881] [PG 7 Rank 0] ProcessGroupNCCL initialization options: size: 1, global rank: 0, TIMEOUT(ms): 600000, USE_HIGH_PRIORITY_STREAM: 0, SPLIT_FROM: 0x55627668c630, SPLIT_COLOR: 3389850942126204093, PG Name: 7
I0204 17:55:21.286103 47119 ProcessGroupNCCL.cpp:890] [PG 7 Rank 0] ProcessGroupNCCL environments: NCCL version: 2.18.3, TORCH_NCCL_ASYNC_ERROR_HANDLING: 3, TORCH_NCCL_DUMP_ON_TIMEOUT: 0, TORCH_NCCL_WAIT_TIMEOUT_DUMP_MILSEC: 60000, TORCH_NCCL_DESYNC_DEBUG: 0, TORCH_NCCL_ENABLE_TIMING: 0, TORCH_NCCL_BLOCKING_WAIT: 0, TORCH_DISTRIBUTED_DEBUG: OFF, TORCH_NCCL_ENABLE_MONITORING: 1, TORCH_NCCL_HEARTBEAT_TIMEOUT_SEC: 600, TORCH_NCCL_TRACE_BUFFER_SIZE: 0, TORCH_NCCL_COORD_CHECK_MILSEC: 1000, TORCH_NCCL_NAN_CHECK: 0
INFO 02-04 17:55:21 [parallel_state.py:1004] rank 0 in world size 1 is assigned as DP rank 0, PP rank 0, TP rank 0
INFO 02-04 17:55:21 [model_runner.py:1133] Starting to load model /home/lst/deepseek_ocr2...
Using the `SDPA` attention implementation on multi-gpu setup with ROCM may lead to performance issues due to the FA backend. Disabling it to use alternative backends.
INFO 02-04 17:55:22 [config.py:3627] cudagraph sizes specified by model runner [1, 2, 4, 8, 16, 24] is overridden by config [1, 2, 4, 8, 16, 24]

Loading safetensors checkpoint shards:   0% Completed | 0/1 [00:00<?, ?it/s]

Loading safetensors checkpoint shards: 100% Completed | 1/1 [00:00<00:00,  7.25it/s]

Loading safetensors checkpoint shards: 100% Completed | 1/1 [00:00<00:00,  7.23it/s]

INFO 02-04 17:55:24 [loader.py:460] Loading weights took 1.77 seconds
INFO 02-04 17:55:24 [model_runner.py:1165] Model loading took 6.3336 GiB and 3.418305 seconds
Some kwargs in processor config are unused and will not have any effect: downsample_ratio, image_std, pad_token, image_token, image_mean, mask_prompt, sft_format, add_special_token, candidate_resolutions, ignore_id, patch_size, normalize. 
/home/lst/DeepSeek-OCR2-vllm/deepencoderv2/sam_vary_sdpa.py:310: UserWarning: 1Torch was not compiled with memory efficient attention. (Triggered internally at /home/pytorch/aten/src/ATen/native/transformers/hip/sdp_utils.cpp:627.)
  x = torch.nn.functional.scaled_dot_product_attention(q, k, v, attn_mask=attn_bias)
WARNING 02-04 17:55:36 [fused_moe.py:882] Using default MoE config. Performance might be sub-optimal! Config file not found at /usr/local/lib/python3.10/dist-packages/vllm/model_executor/layers/fused_moe/configs/E=64,N=896,device_name=K100_AI.json
INFO 02-04 17:55:37 [worker.py:287] Memory profiling takes 12.06 seconds
INFO 02-04 17:55:37 [worker.py:287] the current vLLM instance can use total_gpu_memory (63.98GiB) x gpu_memory_utilization (0.90) = 57.59GiB
INFO 02-04 17:55:37 [worker.py:287] model weights take 6.33GiB; non_torch_memory takes 1.58GiB; PyTorch activation peak memory takes 2.00GiB; the rest of the memory reserved for KV Cache is 47.67GiB.
INFO 02-04 17:55:37 [executor_base.py:112] # rocm blocks: 13017, # CPU blocks: 0
INFO 02-04 17:55:37 [executor_base.py:117] Maximum concurrency for 8192 tokens per request: 101.70x
INFO 02-04 17:55:37 [model_runner.py:1523] Capturing cudagraphs for decoding. This may lead to unexpected consequences if the model is not static. To run the model in eager mode, set 'enforce_eager=True' or use '--enforce-eager' in the CLI. If out-of-memory error occurs during cudagraph capture, consider decreasing `gpu_memory_utilization` or switching to eager mode. You can also reduce the `max_num_seqs` as needed to decrease memory usage.

Capturing CUDA graph shapes:   0%|          | 0/6 [00:00<?, ?it/s]
Capturing CUDA graph shapes:  17%|█▋        | 1/6 [00:00<00:02,  1.91it/s]
Capturing CUDA graph shapes:  33%|███▎      | 2/6 [00:01<00:01,  2.02it/s]
Capturing CUDA graph shapes:  50%|█████     | 3/6 [00:01<00:01,  2.05it/s]
Capturing CUDA graph shapes:  67%|██████▋   | 4/6 [00:01<00:00,  2.03it/s]
Capturing CUDA graph shapes:  83%|████████▎ | 5/6 [00:02<00:00,  2.03it/s]
Capturing CUDA graph shapes: 100%|██████████| 6/6 [00:02<00:00,  2.02it/s]
Capturing CUDA graph shapes: 100%|██████████| 6/6 [00:02<00:00,  2.02it/s]
INFO 02-04 17:55:40 [model_runner.py:1752] Graph capturing finished in 3 secs, took 0.12 GiB
INFO 02-04 17:55:40 [llm_engine.py:447] init engine (profile, create kv cache, warmup model) took 15.64 seconds
[SUCCESS] 模型加载完成
[INFO] 线程池配置:
   - CPU 线程池: 2 线程
   - GPU 线程池: 1 线程

[INFO] 服务启动: http://0.0.0.0:8707
[INFO] 接口文档: http://0.0.0.0:8707/docs

INFO:     Started server process [47119]
INFO:     Waiting for application startup.
INFO:     Application startup complete.
INFO:     Uvicorn running on http://0.0.0.0:8707 (Press CTRL+C to quit)
Some kwargs in processor config are unused and will not have any effect: downsample_ratio, image_std, pad_token, image_token, image_mean, mask_prompt, sft_format, add_special_token, candidate_resolutions, ignore_id, patch_size, normalize. 
   [1/3] Tokenize 22 页...
   [1/3] Tokenize 完成
   [2/3] GPU 批量推理 22 页...

Processed prompts:   0%|          | 0/22 [00:00<?, ?it/s, est. speed input: 0.00 toks/s, output: 0.00 toks/s]
Processed prompts:   5%|▍         | 1/22 [00:15<05:22, 15.35s/it, est. speed input: 73.68 toks/s, output: 6.45 toks/s]
Processed prompts:   9%|▉         | 2/22 [00:15<02:13,  6.70s/it, est. speed input: 141.49 toks/s, output: 12.45 toks/s]
Processed prompts:  14%|█▎        | 3/22 [00:17<01:23,  4.40s/it, est. speed input: 192.12 toks/s, output: 18.69 toks/s]
Processed prompts:  18%|█▊        | 4/22 [00:18<00:55,  3.10s/it, est. speed input: 240.95 toks/s, output: 26.42 toks/s]
Processed prompts:  23%|██▎       | 5/22 [00:20<00:44,  2.64s/it, est. speed input: 274.60 toks/s, output: 34.96 toks/s]
Processed prompts:  27%|██▋       | 6/22 [00:21<00:34,  2.15s/it, est. speed input: 311.54 toks/s, output: 45.13 toks/s]
Processed prompts:  32%|███▏      | 7/22 [00:23<00:28,  1.92s/it, est. speed input: 340.96 toks/s, output: 55.86 toks/s]
Processed prompts:  36%|███▋      | 8/22 [00:28<00:43,  3.13s/it, est. speed input: 312.39 toks/s, output: 62.66 toks/s]
Processed prompts:  41%|████      | 9/22 [00:30<00:32,  2.50s/it, est. speed input: 338.66 toks/s, output: 78.92 toks/s]
Processed prompts:  45%|████▌     | 10/22 [00:31<00:24,  2.04s/it, est. speed input: 363.92 toks/s, output: 95.47 toks/s]
Processed prompts:  50%|█████     | 11/22 [00:34<00:26,  2.42s/it, est. speed input: 362.15 toks/s, output: 107.33 toks/s]
Processed prompts:  55%|█████▍    | 12/22 [00:36<00:23,  2.31s/it, est. speed input: 372.60 toks/s, output: 123.24 toks/s]
Processed prompts:  59%|█████▉    | 13/22 [00:36<00:14,  1.66s/it, est. speed input: 401.77 toks/s, output: 144.77 toks/s]
Processed prompts:  64%|██████▎   | 14/22 [00:36<00:09,  1.22s/it, est. speed input: 430.54 toks/s, output: 166.27 toks/s]
Processed prompts:  68%|██████▊   | 15/22 [00:37<00:07,  1.11s/it, est. speed input: 450.82 toks/s, output: 185.24 toks/s]
Processed prompts:  73%|███████▎  | 16/22 [00:41<00:11,  1.86s/it, est. speed input: 438.97 toks/s, output: 193.63 toks/s]
Processed prompts:  77%|███████▋  | 17/22 [00:42<00:08,  1.71s/it, est. speed input: 451.25 toks/s, output: 210.43 toks/s]
Processed prompts:  82%|████████▏ | 18/22 [00:43<00:06,  1.61s/it, est. speed input: 463.05 toks/s, output: 230.25 toks/s]
Processed prompts:  86%|████████▋ | 19/22 [00:44<00:03,  1.24s/it, est. speed input: 484.52 toks/s, output: 254.90 toks/s]
Processed prompts:  91%|█████████ | 20/22 [00:46<00:03,  1.60s/it, est. speed input: 483.26 toks/s, output: 270.36 toks/s]
Processed prompts:  95%|█████████▌| 21/22 [00:46<00:01,  1.16s/it, est. speed input: 506.22 toks/s, output: 296.62 toks/s]
Processed prompts: 100%|██████████| 22/22 [00:57<00:00,  3.91s/it, est. speed input: 434.70 toks/s, output: 290.10 toks/s]
Processed prompts: 100%|██████████| 22/22 [00:57<00:00,  2.60s/it, est. speed input: 434.70 toks/s, output: 290.10 toks/s]
   [2/3] GPU 推理完成
   OCR 耗时: 63.74s
   [3/3] 后处理...
   [3/3] 后处理完成 (0.01s)
============================================================
[SUCCESS] 全部完成
   总耗时: 75.22s
   平均: 3.42s/页
============================================================

INFO:     127.0.0.1:41774 - "POST /ocr HTTP/1.1" 200 OK
   [1/3] Tokenize 19 页...
   [1/3] Tokenize 完成
   [2/3] GPU 批量推理 19 页...

Processed prompts:   0%|          | 0/19 [00:00<?, ?it/s, est. speed input: 0.00 toks/s, output: 0.00 toks/s]
Processed prompts:   5%|▌         | 1/19 [00:11<03:34, 11.93s/it, est. speed input: 94.81 toks/s, output: 1.51 toks/s]
Processed prompts:  11%|█         | 2/19 [00:14<01:53,  6.68s/it, est. speed input: 151.38 toks/s, output: 9.10 toks/s]
Processed prompts:  16%|█▌        | 3/19 [00:15<01:02,  3.91s/it, est. speed input: 218.05 toks/s, output: 17.61 toks/s]
Processed prompts:  21%|██        | 4/19 [00:15<00:37,  2.51s/it, est. speed input: 284.02 toks/s, output: 26.68 toks/s]
Processed prompts:  26%|██▋       | 5/19 [00:16<00:25,  1.82s/it, est. speed input: 342.40 toks/s, output: 36.15 toks/s]
Processed prompts:  37%|███▋      | 7/19 [00:16<00:11,  1.04it/s, est. speed input: 471.66 toks/s, output: 56.78 toks/s]
Processed prompts:  53%|█████▎    | 10/19 [00:17<00:04,  2.00it/s, est. speed input: 665.14 toks/s, output: 88.74 toks/s]
Processed prompts:  58%|█████▊    | 11/19 [00:17<00:03,  2.29it/s, est. speed input: 724.11 toks/s, output: 99.41 toks/s]
Processed prompts:  63%|██████▎   | 12/19 [00:17<00:03,  2.19it/s, est. speed input: 766.24 toks/s, output: 109.08 toks/s]
Processed prompts:  68%|██████▊   | 13/19 [00:17<00:02,  2.56it/s, est. speed input: 821.68 toks/s, output: 120.99 toks/s]
Processed prompts:  79%|███████▉  | 15/19 [00:18<00:01,  3.52it/s, est. speed input: 934.66 toks/s, output: 145.94 toks/s]
Processed prompts:  84%|████████▍ | 16/19 [00:18<00:00,  3.72it/s, est. speed input: 985.25 toks/s, output: 158.44 toks/s]
Processed prompts:  89%|████████▉ | 17/19 [00:19<00:00,  2.11it/s, est. speed input: 986.96 toks/s, output: 166.73 toks/s]
Processed prompts:  95%|█████████▍| 18/19 [00:19<00:00,  2.08it/s, est. speed input: 1018.80 toks/s, output: 181.96 toks/s]
Processed prompts: 100%|██████████| 19/19 [00:21<00:00,  1.18it/s, est. speed input: 985.26 toks/s, output: 195.36 toks/s] 
Processed prompts: 100%|██████████| 19/19 [00:21<00:00,  1.15s/it, est. speed input: 985.26 toks/s, output: 195.36 toks/s]
   [2/3] GPU 推理完成
   OCR 耗时: 25.01s
   [3/3] 后处理...
   [3/3] 后处理完成 (0.00s)
============================================================
[SUCCESS] 全部完成
   总耗时: 27.43s
   平均: 1.44s/页
============================================================

INFO:     127.0.0.1:36528 - "POST /ocr HTTP/1.1" 200 OK