Skip to content

LLMeter v0.2.0

Latest

Choose a tag to compare

@athewsey athewsey released this 30 Jul 14:32

⚠️ BREAKING CHANGES

  • The format used to represent Callback, Endpoint, and Tokenizer in saved run_config.json files has changed (due to #54), which will prevent LLMeter v0.1 installations from reading run configs saved by LLMeter v0.2+. However, at this time we believe v0.2 should still be backward-compatible for loading data files written by recent v0.1 releases.

Other Changes

  • fix: call after_run() on callbacks when run is interrupted by @acere in #93
  • feat: Dynamic callback serialization via llmeter_class marker by @acere in #54

Full Changelog: v0.1.12...v0.2.0