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

tt::runtime::Binary::asJson() crashes in some cases. #249

Open
LPanosTT opened this issue Jan 31, 2025 · 0 comments
Open

tt::runtime::Binary::asJson() crashes in some cases. #249

LPanosTT opened this issue Jan 31, 2025 · 0 comments

Comments

@LPanosTT
Copy link
Contributor

LPanosTT commented Jan 31, 2025

In the op-by-op flow, tt::runtime::Binary::asJson() will segfault in some cases (more often than not in some tests). The reason is unknown. If the following test is run you will encounter the segfault:

pytest -svv tests/models/llama/test_llama.py --op_by_op

The crash is currently silent in main as the call to asJson was moved to a function which is called in the compile process. Checkout a previous commit to have the segfault halt the main process: d27990dfc4f823cabada285615a91627c0b0ed99

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

No branches or pull requests

1 participant