Skip to content

Commit

Permalink
Forgot the X
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkgr committed Oct 26, 2023
1 parent b67e92c commit c8c6c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion olmo/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ def forward(
):
# shape: (batch_size, seq_len, d_model)
x, cache = self.__activation_checkpoint_fn(
block, attention_bias=attention_bias, layer_past=layer_past, use_cache=use_cache
block, x, attention_bias=attention_bias, layer_past=layer_past, use_cache=use_cache
)

if attn_key_values is not None:
Expand Down

0 comments on commit c8c6c68

Please sign in to comment.