Skip to content

Fix MultiwayEmbedding class name typo - #125

Open
Hashim1999164 wants to merge 1 commit into
microsoft:mainfrom
Hashim1999164:fix/multiway-embedding-typo
Open

Fix MultiwayEmbedding class name typo#125
Hashim1999164 wants to merge 1 commit into
microsoft:mainfrom
Hashim1999164:fix/multiway-embedding-typo

Conversation

@Hashim1999164

@Hashim1999164 Hashim1999164 commented Jul 27, 2026

Copy link
Copy Markdown

Summary

  • Renames MutliwayEmbedding to MultiwayEmbedding to match the intended name.
  • Keeps MutliwayEmbedding as an alias so existing imports do not break.
  • Updates BEiT3 to use the corrected class name.

Fixes #120

Test plan

  • Confirm from torchscale.component.multiway_network import MultiwayEmbedding works
  • Confirm the old MutliwayEmbedding alias still resolves to the same class
  • Smoke-check BEiT3 construction still wires positional embeddings

Rename MutliwayEmbedding to MultiwayEmbedding and keep a
backwards-compatible alias so existing imports keep working.

Fixes microsoft#120
@Hashim1999164

Copy link
Copy Markdown
Author

@microsoft-github-policy-service agree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Typo in class name "MutliwayEmbedding"

1 participant