yannvgn / laserembeddings

LASER multilingual sentence embeddings as a pip package
BSD 3-Clause "New" or "Revised" License
224 stars 29 forks source link

Is Laser class thread safe? #36

Open grofattila opened 2 years ago

grofattila commented 2 years ago

I am planning to run multiple embeddings parallel. I would like to know if I should initialize a Laser object for each thread or If I can share 1 instance across multiple threads.

gianmeli commented 2 years ago

Have you found out if it is thread safe?