Skip to content

Releases: Lothnic/VectorAlign

VectorAlign Release 0.2.2

Choose a tag to compare

@Lothnic Lothnic released this 04 Jan 16:51

What's New

Memory Optimization

  • Streaming processing: Processes sentences in batches instead of loading all embeddings into memory
  • Should handle 1M+ sentences without freezing.
  • Automatic garbage collection and CUDA cache clearing after each batch

Output Improvements

  • Dictionary files now include header row (src tgt freq)

Bug Fixes

  • Fixed [_save_dictionary] crash when output path has no directory
  • Fixed duplicate tqdm progress bars

Installation

pip install vectoralign==0.2.2