There was an error while loading. Please reload this page.
1 parent 166bc20 commit 5ac5d90Copy full SHA for 5ac5d90
1 file changed
wildedge/client.py
@@ -84,15 +84,8 @@ class WildEdge:
84
# inference is now tracked automatically
85
"""
86
87
- SUPPORTED_INTEGRATIONS = {
88
- "gguf",
89
- "onnx",
90
- "timm",
91
- "torch",
92
- "keras",
93
- "tensorflow",
94
- "huggingface",
95
- }
+ SUPPORTED_INTEGRATIONS = supported_integrations()
+ NOOP_INTEGRATIONS = noop_integrations()
96
PATCH_INSTALLERS = {
97
"gguf": GgufExtractor.install_auto_load_patch,
98
"onnx": OnnxExtractor.install_auto_load_patch,
0 commit comments