Open mtairum opened 3 weeks ago
Describe the bug Issue present in pipeline here: https://github.com/tenstorrent/tt-metal/actions/runs/11718877474/job/32641073113
Also able to reproduce locally when running pytest models/demos/llama3/tests/test_llama_model_prefill.py
pytest models/demos/llama3/tests/test_llama_model_prefill.py
For now I've disabled this test from CI. Do not forget to re-add the test in tests/scripts/t3000/run_t3000_frequent_tests.sh - PR https://github.com/tenstorrent/tt-metal/pull/14844
tests/scripts/t3000/run_t3000_frequent_tests.sh
I have a fix in branch mtairum/debug_llama_post_commit.
mtairum/debug_llama_post_commit
When that one is merged this should be closed.
Describe the bug Issue present in pipeline here: https://github.com/tenstorrent/tt-metal/actions/runs/11718877474/job/32641073113
Also able to reproduce locally when running
pytest models/demos/llama3/tests/test_llama_model_prefill.py
For now I've disabled this test from CI. Do not forget to re-add the test in
tests/scripts/t3000/run_t3000_frequent_tests.sh
- PR https://github.com/tenstorrent/tt-metal/pull/14844