Skip to content

Commit

Permalink
Updated LlamaConfig with distributed_strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
kalyanjkk committed Jul 23, 2024
1 parent 2b5f46e commit d1d4bc0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def __init__(
attention_dropout=0.0,
mlp_bias=False,
fused_qkv=False,
distributed_strategy=None,
**kwargs,
):
super().__init__(
Expand Down Expand Up @@ -55,3 +56,4 @@ def __init__(

self.mlp_bias = mlp_bias
self.fused_qkv = fused_qkv
self.distributed_strategy = distributed_strategy

0 comments on commit d1d4bc0

Please sign in to comment.