Bert tracing (#184)

* Add some tracing to bert.

* More tracing.

* Add a flag for tracing.
This commit is contained in:
Laurent Mazare
2023-07-17 19:40:42 +01:00
committed by GitHub
parent 49ea09c73c
commit f0cccd08f0
5 changed files with 552 additions and 461 deletions

View File

@ -42,6 +42,9 @@ thiserror = "1"
tokenizers = { version = "0.13.3", default-features = false, features = ["onig"] }
tokio = "1.28.2"
tokio-test = "0.4.2"
tracing = "0.1.37"
tracing-chrome = "0.7.1"
tracing-subscriber = "0.3.7"
wav = "1.0.0"
zip = { version = "0.6.6", default-features = false }