diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2023-07-17 19:40:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-17 19:40:42 +0100 |
commit | f0cccd08f0cf66ac6a93049785249cc113514c8a (patch) | |
tree | a9fb7fbb041e294f0da8a971ac848a2f0ed381c1 /.gitignore | |
parent | 49ea09c73c19ef2957deefab1f2ad6cad77898ce (diff) | |
download | candle-f0cccd08f0cf66ac6a93049785249cc113514c8a.tar.gz candle-f0cccd08f0cf66ac6a93049785249cc113514c8a.tar.bz2 candle-f0cccd08f0cf66ac6a93049785249cc113514c8a.zip |
Bert tracing (#184)
* Add some tracing to bert.
* More tracing.
* Add a flag for tracing.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ perf.data flamegraph.svg *.so *.swp +trace-*.json candle-wasm-example/*.wav candle-wasm-example/*.safetensors |