Node - Add Model.encodeBatch and make everything async

This commit is contained in:
Anthony MOI
2020-03-24 19:25:39 -04:00
parent eec74ca3e6
commit f79ae40d88
6 changed files with 260 additions and 79 deletions

View File

@ -15,4 +15,5 @@ neon-build = "0.3.3"
[dependencies]
neon = "0.3.3"
rayon = "1.2.0"
tokenizers = { path = "../../../tokenizers" }