Open tt-rkim opened 1 year ago
The open source ecosystem we're trying to somewhat emulate is Pytorch
Pytorch has a dev and release environment
But Pytorch also has many example / application environments such as examples / tutorials / text / vision / ...
Stil need to be done.
Background
We needed end-to-end tests to test the production release and wheel. These tests should ideally be in a separate environment as if it's a user of the package. This is separate from the production / dev environments of tt-metal.
One way software teams do this is to have a separate repo. This makes sense as it's supposed to be in separated environments.