Skip to content

Commit

Permalink
Update src/transformers/models/vitpose_backbone/modeling_vitpose_back…
Browse files Browse the repository at this point in the history
…bone.py

Co-authored-by: amyeroberts <[email protected]>
  • Loading branch information
SangbumChoi and amyeroberts authored Sep 4, 2024
1 parent b446563 commit f839073
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def forward(
return outputs


class ViTPoseBackboneMoEMLP(nn.Module):
class ViTPoseBackboneMoeMLP(nn.Module):
def __init__(self, config: ViTPoseBackboneConfig) -> None:
super().__init__()

Expand Down

0 comments on commit f839073

Please sign in to comment.