Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Ticket #267 ### Problem description - timm image classification tests were previously disabled due to existing errors ### What's changed - This test fixes the pytest-related errors and enables the test - Port manage_dependencies test fixture from the pytorch2.0_ttnn repo ([ref](https://github.com/tenstorrent/pytorch2.0_ttnn/blob/20f557b3bc5736c70c4eb85a6e77139f3e96b301/tests/conftest.py#L271-L278)) - Change self.**model** field naming to use newer naming self.**framework_model** - However, I note that these tests do not pass due to various tensor shape mismatches. This change only enables them to run. ### Checklist - [x] New/Existing tests provide coverage for changes (This enables a test)
- Loading branch information