We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bcc5dc commit b2bd409Copy full SHA for b2bd409
src/speculators/convert/converters/base.py
@@ -30,7 +30,7 @@
30
"""Generic type variable for speculator models"""
31
32
33
-class SpeculatorConverter(ABC, Generic[ConfigT, ModelT], RegistryMixin):
+class SpeculatorConverter(ABC, RegistryMixin, Generic[ConfigT, ModelT]):
34
"""
35
Abstract base converter for transforming external checkpoints to Speculators format.
36
0 commit comments