diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2023-09-21 11:13:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-21 11:13:39 +0100 |
commit | 2619c4307fe02db031d3a41cfbed91b12b97df31 (patch) | |
tree | 75ee7c5ebe530d29a5066f1d37d560ffb5144738 /.gitignore | |
parent | c89b82b2d419bd2e99ffc64c90a2615e97d4ea66 (diff) | |
download | candle-2619c4307fe02db031d3a41cfbed91b12b97df31.tar.gz candle-2619c4307fe02db031d3a41cfbed91b12b97df31.tar.bz2 candle-2619c4307fe02db031d3a41cfbed91b12b97df31.zip |
Add a quantized version of the t5 model. (#921)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ flamegraph.svg *.dylib *.so *.swp +*.swo trace-*.json candle-wasm-examples/*/build |