浏览代码

perf: 降低 GPU 内存利用率至 0.4 为 PaddleOCR VL 预留显存

何文松 1 天之前
父节点
当前提交
77d654abda
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      pdf_converter_v2/config.yaml

+ 2 - 1
pdf_converter_v2/config.yaml

@@ -12,7 +12,8 @@ device_kind: ""
 # 默认模型配置
 # =============================================================================
 # GPU 内存利用率(0.0-1.0)
-default_gpu_memory_utilization: 0.9
+# 降低到 0.4 为 PaddleOCR VL 预留显存(约 3GB)
+default_gpu_memory_utilization: 0.4
 
 # DPI 设置
 default_dpi: 200