소스 검색

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:]]