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
Tests are manually defined, so if the MLIR spec is changed then the model parsing could fail and result in red PR.
In this case, the SystemDesc is piped into the open_llama_3b_single_layer.mlir and wasn't updated to the new spec.
Approaches:
Don't manually define tests, somehow generate these MLIR models to then be rendered using CI (building on top of check-ttmlir and then running CI on build artifacts)
Keep tests in tests directory so they raise red flags in general tests and hopefully get updated as part of the PR.
The text was updated successfully, but these errors were encountered:
open_llama_3b_single_layer.mlir
and wasn't updated to the new spec.check-ttmlir
and then running CI on build artifacts)tests
directory so they raise red flags in general tests and hopefully get updated as part of the PR.The text was updated successfully, but these errors were encountered: