Skip to content

v0.12.1

Compare
Choose a tag to compare
@github-actions github-actions released this 14 May 18:00
· 3 commits to main since this release

v0.12.1 (2024-05-14)

Performance

  • perf: use best available torch backend for embedding

Automatically detect and use the best available backend for PyTorch. This is used to specify the device on which to compute the embeddings. Currently, this searches in order:

  1. CUDA
  2. MPS

If no device is available, this process will fall back on the CPU. (59dcc06)