瀏覽代碼

fix: update backend comment to reflect renaming from sglang-engine to vlm-vllm-engine

myhloli 2 月之前
父節點
當前提交
3ec6479462
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      projects/multi_gpu_v2/client.py

+ 1 - 1
projects/multi_gpu_v2/client.py

@@ -63,7 +63,7 @@ async def main():
             'backend': 'pipeline', 'lang': 'ch', 'method': 'auto',
             'formula_enable': True, 'table_enable': True
         }
-        # 'backend': 'sglang-engine' requires 24+ GB VRAM per worker
+        # 'backend': 'vlm-vllm-engine' requires 8+ GB VRAM per worker
 
         custom_tasks = [mineru_parse_async(session, file_path, **custom_options) for file_path in existing_files[2:]]