Pārlūkot izejas kodu

fix: remove exception logging for missing sglang dependency

myhloli 4 mēneši atpakaļ
vecāks
revīzija
3ac969ce3a
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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.")