Tracing for the phi model (#936)

* Add some tracing bits to mixformers.

* Add the missing file.

* Add the conv2d layer to with-tracing.

* Improve the tracing usage.
This commit is contained in:
Laurent Mazare
2023-09-23 09:19:34 +01:00
committed by GitHub
parent cda1786eed
commit b54acfa3d0
9 changed files with 140 additions and 100 deletions

View File

@ -11,4 +11,5 @@ pub mod segment_anything;
pub mod stable_diffusion;
pub mod t5;
pub mod whisper;
pub mod with_tracing;
pub mod wuerstchen;