Skip to content

Commit

Permalink
grumble
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwh committed Nov 16, 2024
1 parent f421444 commit 122365e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/levanter/models/whisper.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ def _state_dict_key_map(self) -> Dict[str, Optional[str]]:
return {"transformer": None, "embeddings": None}


class WhisperModel(ModelWithHfSerializationMixin[WhisperConfig]):
class WhisperModel(eqx.Module, ModelWithHfSerializationMixin[WhisperConfig]):
encoder: WhisperEncoder
decoder: WhisperDecoder

Expand Down

0 comments on commit 122365e

Please sign in to comment.