Skip to content

v0.3.0

Compare
Choose a tag to compare
@aluu317 aluu317 released this 12 Jun 17:04
· 200 commits to release since this release
fe43108

Summary of Changes

  • Switch to multistage dockerfile which greatly reduced the size of the image
  • Refactor image scripts to remove launch_training and call sft_trainer directly.
    • Note that this affects the error codes returned from sft_trainer to user error code 1 and internal error code 203.
    • In addition, this affects the logging as parameter parsing logging is moved into sft_trainer which is harder to view.

What's Changed

Full Changelog: v0.2.0...v0.3.0