remove assert shape

This commit is contained in:
GeeeekExplorer
2025-06-27 23:00:30 +08:00
parent 2de882a395
commit 38baf0bbe4
3 changed files with 1 additions and 7 deletions

View File

@@ -50,7 +50,6 @@ class Qwen3Attention(nn.Module):
hidden_size,
bias=False,
)
self.rotary_emb = get_rope(
self.head_dim,
rotary_dim=self.head_dim,