Skip to content

Commit

Permalink
lint
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 09b843a commit 615120d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/fairseq2/models/jepa/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@

from __future__ import annotations

from pathlib import Path
from typing import Any, cast
from typing import Any

import torch

Expand All @@ -20,7 +19,6 @@
)
from fairseq2.models.loader import StandardModelLoader
from fairseq2.models.utils.checkpoint import convert_model_state_dict
from fairseq2.utils.file import MapLocation, load_tensors

load_jepa_config = StandardModelConfigLoader(JEPA_FAMILY, JepaConfig, jepa_archs)

Expand Down

0 comments on commit 615120d

Please sign in to comment.