Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 08 Nov 21:33
· 27 commits to main since this release
4a3734d

Added

  • Parallel generation support with multiprocessing via --workers and --worker-batch-size CLI flags
  • num_workers and worker_batch_size configuration options in GenerationConfig
  • Parallel generation example in examples/parallel/

Fixed

  • Fixed tool subset diversity preservation in parallel mode by sorting records by original sample index before assigning final IDs