Fix the marian tokenizer importer. (#2426)

* Fix the marian tokenizer importer.

* Ignore the python caches.
This commit is contained in:
Laurent Mazare
2024-08-17 19:58:40 +01:00
committed by GitHub
parent c1b9e07e35
commit b75ef051cf
2 changed files with 17 additions and 4 deletions

1
.gitignore vendored
View File

@ -40,3 +40,4 @@ candle-wasm-examples/*/package-lock.json
candle-wasm-examples/**/config*.json
.DS_Store
.idea/*
__pycache__