Releases: VsonicV/es-at-scale
Releases · VsonicV/es-at-scale
Release list
ES-at-Scale Library
This release introduces the new ES-at-Scale library with the following features:
- A more extensible coding interface for easier adaptation to new tasks/models. @conorfhayes
- A refined infrastructure with more stable training and improved precision handling. @dibbla @conorfhayes @kschweig @VsonicV
- Support for the MATH benchmarks. @conorfhayes
- A detailed user guide/documentation. @conorfhayes @VsonicV
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