소스 검색

fix: remove exception logging for missing sglang dependency

myhloli 4 달 전
부모
커밋
3ac969ce3a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      mineru/backend/vlm/predictor.py

+ 0 - 1
mineru/backend/vlm/predictor.py

@@ -32,7 +32,6 @@ try:
 
     engine_loaded = True
 except Exception as e:
-    logger.exception(e)
     logger.warning("sglang is not installed. If you are not using sglang, you can ignore this warning.")