You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created a bert_ctx instance using the bert_load_from_file method. Can I call the bert_encode_batch method of this instance simultaneously in multiple threads?
Thanks.