Skip to content

Commit

Permalink
fix: logging error (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
chloedia authored Jan 13, 2025
1 parent 1f4dcf8 commit a2170d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/megaparse/src/megaparse/parser/doctr_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def __init__(

def _get_providers(self) -> List[str]:
prov = rt.get_available_providers()
logger.info("Available providers:", prov)
if self.device == DeviceEnum.CUDA:
# TODO: support openvino, directml etc
if "CUDAExecutionProvider" not in prov:
Expand Down

0 comments on commit a2170d7

Please sign in to comment.