You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reproduce the error, run the following command: pytest -svv forge/test/mlir/llama/tests/test_llama_self_attn.py::test_llama_self_attn["meta-llama/Llama-3.2-1B"]
Expected Behavior:
The test should pass without any errors, verifying the correct behavior of the self-attention mechanism.
Actual Behavior:
The test fails during the RUN_MLIR_COMPILER stage with the following error:
Steps to Reproduce:
To reproduce the error, run the following command:
pytest -svv forge/test/mlir/llama/tests/test_llama_self_attn.py::test_llama_self_attn["meta-llama/Llama-3.2-1B"]
Expected Behavior:
The test should pass without any errors, verifying the correct behavior of the self-attention mechanism.
Actual Behavior:
The test fails during the
RUN_MLIR_COMPILER
stage with the following error:Aditional info
The repeat_interleave operation is currently unsupported. However, ttnn.repeat_interleave support is available in Metal and awaiting uplift.
The text was updated successfully, but these errors were encountered: