remove assert shape
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user