Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] Fix for reduce avg backward op #946

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

pmarkovicTT
Copy link
Contributor

@pmarkovicTT pmarkovicTT commented Dec 20, 2024

In the reduce avg op, multiply op requires same dims between broadcast and constant operands, which causes test_llama_backward.py to fail. While I managed to make a fix for this issue, the test still fails for the known issue (tenstorrent/tt-mlir#1577).

I added a test for individual ops required for llama training.
https://github.com/tenstorrent/tt-thomas/issues/60

This PR also includes test to check if required dimensions for Llama are supported by mat mul op.
https://github.com/tenstorrent/tt-thomas/issues/61

@pmarkovicTT pmarkovicTT changed the title Test ops required for Llama training [bug] Fix for reduce avg backward op Dec 20, 2024
@pmarkovicTT pmarkovicTT force-pushed the pmarkovic/investigate-llama-backward-test-issue branch from 6063b77 to b9d74b8 Compare December 27, 2024 10:46
@pmarkovicTT pmarkovicTT force-pushed the pmarkovic/investigate-llama-backward-test-issue branch from b9d74b8 to a4df667 Compare January 8, 2025 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant