Skip to content

v0.1.0: Accelerated Version with 10X+ Speed-up

Choose a tag to compare

@VsonicV VsonicV released this 27 Oct 08:54
· 32 commits to main since this release
8fba738

This initial release includes three versions of ES implementations:

  • Original version: the source codes to reproduce the experimental results of ES in the original paper. @VsonicV @sunrainyg
  • Accelerated version: an accelerated version using vLLM to achieve 10X+ speed-up in running time. @dibbla @VsonicV
  • i.i.d. version: similar to the original version, but with complete i.i.d. noise for model perturbations. @VsonicV