diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2024-08-17 19:58:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-17 20:58:40 +0200 |
commit | b75ef051cfa67b9c2a2cee822ad2e1ae796a4704 (patch) | |
tree | e4a168458e72e010bed966339cf1bb11389fbbf2 /.gitignore | |
parent | c1b9e07e3549574659b189389975c1152b0776f5 (diff) | |
download | candle-b75ef051cfa67b9c2a2cee822ad2e1ae796a4704.tar.gz candle-b75ef051cfa67b9c2a2cee822ad2e1ae796a4704.tar.bz2 candle-b75ef051cfa67b9c2a2cee822ad2e1ae796a4704.zip |
Fix the marian tokenizer importer. (#2426)
* Fix the marian tokenizer importer.
* Ignore the python caches.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,3 +40,4 @@ candle-wasm-examples/*/package-lock.json candle-wasm-examples/**/config*.json .DS_Store .idea/* +__pycache__ |