瀏覽代碼

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.")