Browse Source

fix: remove exception logging for missing sglang dependency

myhloli 4 tháng trước cách đây
mục cha
commit
3ac969ce3a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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.")