Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 1a5ade4

Browse files
committed
fix issue with call into get_all_providers
1 parent f603f8c commit 1a5ade4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sparseml/onnx/framework/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def framework_info() -> FrameworkInfo:
105105
from onnxruntime import get_all_providers, get_available_providers
106106

107107
available_providers = get_available_providers()
108-
all_providers = get_all_providers
108+
all_providers = get_all_providers()
109109

110110
cpu_provider = FrameworkInferenceProviderInfo(
111111
name="cpu",

0 commit comments

Comments
 (0)