Skip to content

Commit 5ac5d90

Browse files
committed
Post rebase fixes
1 parent 166bc20 commit 5ac5d90

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

wildedge/client.py

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,8 @@ class WildEdge:
8484
# inference is now tracked automatically
8585
"""
8686

87-
SUPPORTED_INTEGRATIONS = {
88-
"gguf",
89-
"onnx",
90-
"timm",
91-
"torch",
92-
"keras",
93-
"tensorflow",
94-
"huggingface",
95-
}
87+
SUPPORTED_INTEGRATIONS = supported_integrations()
88+
NOOP_INTEGRATIONS = noop_integrations()
9689
PATCH_INSTALLERS = {
9790
"gguf": GgufExtractor.install_auto_load_patch,
9891
"onnx": OnnxExtractor.install_auto_load_patch,

0 commit comments

Comments
 (0)