v0.1.0: Accelerated Version with 10X+ Speed-up
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
vLLMto 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