Skip to content

Commit 007283a

Browse files
committed
chore: silence provider info log on import
1 parent 9bc50f0 commit 007283a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axengine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
if not _available_providers:
1717
raise ImportError(
1818
f"No providers found. Please make sure you have installed one of the following: {get_all_providers()}")
19-
print("[INFO] Available providers: ", _available_providers)
19+
# print("[INFO] Available providers: ", _available_providers)
2020

2121
from ._node import NodeArg
2222
from ._session import SessionOptions, InferenceSession

0 commit comments

Comments
 (0)