Skip to content

Commit

Permalink
init (microsoft#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyadkins authored Jul 10, 2023
1 parent 4a6b459 commit 18ffc5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/NLG/src/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ def __init__(self, nx, n_ctx, config, scale=False):
self.n_head = config.n_head
self.split_size = n_state
self.scale = scale
self.c_attn = Conv1D(n_state * 3, nx)
self.c_attn = lora.MergedLinear(
nx, n_state * 3,
r=config.lora_attn_dim,
Expand Down

0 comments on commit 18ffc5d

Please sign in to comment.