Fedor Nikolaev

Results 5 comments of Fedor Nikolaev

`EmbedderInterface.embed_many` has a `batch_size` argument, but it doesn't use batching by default and processes each sentence individually.

It's working for me with the following conda's `environment.yml`: ``` name: bio-embeddings channels: - conda-forge dependencies: - python - pip - cudatoolkit=11.6 - jax