v0.8.3
04.05.2024 - Version 0.8.3
Maintenance
- Updating dependencies
Features
- Adding mps device for macOS. Use by setting the following configuration option:
device: mps
.
Note that MPS is still under development, use it at your responsibility. - Adding flags to the
compute_embedding
method ofEmbeddingService
force_output_dir
: Do not change the given output directory within the methodforce_recomputing
: Always re-compute the embeddings, even if an existing file is found
These changes are made to make the embedders module of biotrainer easier usable outside the biotrainer pipeline itself.