summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2024-08-17 19:58:40 +0100
committerGitHub <noreply@github.com>2024-08-17 20:58:40 +0200
commitb75ef051cfa67b9c2a2cee822ad2e1ae796a4704 (patch)
treee4a168458e72e010bed966339cf1bb11389fbbf2 /.gitignore
parentc1b9e07e3549574659b189389975c1152b0776f5 (diff)
downloadcandle-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--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 58ff2515..50036de7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,3 +40,4 @@ candle-wasm-examples/*/package-lock.json
candle-wasm-examples/**/config*.json
.DS_Store
.idea/*
+__pycache__