From b75ef051cfa67b9c2a2cee822ad2e1ae796a4704 Mon Sep 17 00:00:00 2001 From: Laurent Mazare Date: Sat, 17 Aug 2024 19:58:40 +0100 Subject: Fix the marian tokenizer importer. (#2426) * Fix the marian tokenizer importer. * Ignore the python caches. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') 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__ -- cgit v1.2.3