Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuan Tran authored and Tuan Tran committed Jan 3, 2025
1 parent a94f8cb commit 6f79d1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fairseq2/models/jepa/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def convert_jepa_checkpoint(
def convert_jepa_encoder_checkpoint(
checkpoint: dict[str, Any], config: JepaConfig
) -> dict[str, Any]:

del checkpoint["module.backbone.pos_embed"]

new_checkpoint = {}
Expand Down

0 comments on commit 6f79d1b

Please sign in to comment.