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 b4fdb38 commit e2f36d8Copy full SHA for e2f36d8
fast_llm/models/ssm/config.py
@@ -179,7 +179,6 @@ class HybridSSMModelConfig(FastLLMModelConfig):
179
AprielSSMHHybridHuggingfaceCheckpointFormat,
180
AprielThinkerSSMHHybridHuggingfaceCheckpointFormat,
181
)
182
- checkpoint_formats = FastLLMModelConfig.checkpoint_formats + (LLambaHuggingfaceCheckpointFormat,)
183
184
@classmethod
185
def get_model_class(cls) -> type["HybridSSMModel"]:
0 commit comments