tenstorrent / tt-metal

:metal: TT-NN operator library, and TT-Metalium low level kernel programming model.
Apache License 2.0
458 stars 67 forks source link

Rip out end to end tests into a separate repo #1578

Open tt-rkim opened 1 year ago

tt-rkim commented 1 year ago

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.

TT-billteng commented 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 / ...

tt-rkim commented 1 year ago

Stil need to be done.