Skip to content

Commit

Permalink
Merge branch 'llama32-TG' of https://github.com/tenstorrent/tt-metal
Browse files Browse the repository at this point in the history
…into llama32-TG
  • Loading branch information
mtairum committed Dec 10, 2024
2 parents 886df26 + 108b8a8 commit f05f253
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion models/demos/llama3/tests/test_llama_model_prefill.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ def test_llama_model_inference(

tt_prefill_input = model_args.prepare_residual_tensor_prefill(
pt_prefill_input,
force_replicated=False if model_args.is_galaxy else True,
)
for i in range(1):
start_pos = 0
Expand Down
2 changes: 1 addition & 1 deletion models/demos/llama3/tt/distributed_norm.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


class DistributedNorm(LightweightModule):
def __init__(self, norm, args, TG):
def __init__(self, norm, args, TG=False):
self.norm = norm
self.args = args

Expand Down

0 comments on commit f05f253

Please sign in to comment.