Skip to content

Commit

Permalink
#0: fix ci test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
sraizada-tt committed Dec 10, 2024
1 parent 4bdd9de commit 108b8a8
Showing 1 changed file with 0 additions and 1 deletion.
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

0 comments on commit 108b8a8

Please sign in to comment.