Skip to content

Commit

Permalink
Update model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
botbw authored Oct 16, 2023
1 parent 6d174e4 commit 3c8e376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/llama1/model/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ def __init__(self, args: ModelArgs):
bias=False,
)
self.wo = nn.Linear(
args.dim,
args.n_heads * self.head_dim,
args.dim,
bias=False,
)

Expand Down

0 comments on commit 3c8e376

Please sign in to comment.