Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@NathanHB NathanHB released this 03 Jan 15:45
· 5 commits to main since this release

What's New

New Tasks

New Features

More Translation Literals by the Community

New Doc

Bug Fixes and Refacto

Significant community contributions

The following contributors have made significant changes to the library over the last release:

  • @clefourrier
    • added musr (#375)
    • Update README.md
    • Use the programmatic interface using an already in memory loaded model (#390)
    • Pr sadra (#393)
    • Allowing a single prompt to use several formats for one eval (#398)
    • Autoscaling inference endpoints (#412)
    • add configs with their models (#421)
    • Fix custom arabic tasks (#440)
    • Adds serverless endpoints back (#445)
    • Homogeneize generation params (#428)
  • @JoelNiklaus
    • Fixes a TypeError for generative metrics. (#386)
    • Fixes a TypeError in Sacrebleu. (#387)
    • Fixes an error with getting the golds from the formatted_docs. (#388)
    • Speed up Bootstrapping Computation (#409)
    • Add litellm inference (#385)
  • @albertvillanova
    • Update instance type/size in endpoint model_config example (#401)
    • Typo in feature-request.md (#406)
    • Add doc-builder doc-pr-upload GH Action (#411)
    • Set up docs (#403)
    • Add docstring docs (#413)
    • Add missing models to docs (#419)
    • Add trufflehog secrets detection (#429)
    • Update docs about inference endpoints (#432)
    • Fix ignored reuse_existing in config file (#431)
    • Test inference endpoint model config parsing from path (#434)
    • Fix imports from model_config (#443)
    • Fix wrong instructions and code for custom tasks (#450)
    • Fix minor typos (#449)
    • Implement TGI model config from path (#448)
    • Upgrade deprecated GH Action cache@v2 (#456)
    • Add EvaluationTracker to docs and fix its docstring (#464)
    • Remove unnecessary deepcopy in evaluation_tracker (#459)
    • Fix warning about precedence of custom tasks over default ones in registry (#466)
    • Checkout PR merge commit for CI tests (#468)
    • Delete endpoint on InferenceEndpointTimeoutError (#475)
  • @NathanHB
    • Fix splitting for generative tasks (#400)
    • Nathan refacto cli (#407)
    • redo logging (#415)
    • option to list custom tasks (#425)
    • fix model parallel (#481)
  • @ParagEkbote
    • Deprecate Obsolete Config Properties (#433)
  • @alielfilali01
    • Add new Arabic benchmarks (5) and enhance existing tasks (#372)
    • Update arabic_evals.py: Fix custom arabic tasks [2nd attempt] (#444)