Skip to content

v3.7.1

Latest

Choose a tag to compare

@mujtaba1747 mujtaba1747 released this 01 Apr 03:15
· 7 commits to master since this release
0976df1

Features

  • Telemetry: Added telemetry emitter to ScriptProcessor and FrameworkProcessor, enabling SDK usage tracking for processing jobs via the telemetry attribution module (new PROCESSING feature enum added to telemetry constants)

Fixes

  • ModelBuilder: Fixed accept_eula handling in ModelBuilder's LoRA deployment path — previously hardcoded to True, now respects the user-provided value and raises a ValueError if not explicitly set to True
  • Evaluate: Fixed Lambda handler name derivation in the Evaluator — hardcoded the handler to lambda_function.lambda_handler instead of deriving it from the source filename, which caused invocation failures when the source file had a non-default name

Full Changelog: v3.7.0...v3.7.1