Skip to content

Releases: rjojjr/torch-tuner

v2.2.0

29 Sep 18:52
871881a
Compare
Choose a tag to compare

This release contains updated default arguments and argument descriptions as well as CPU only optimizations.

Changes

  • update --lora-dropout CLI argument default value
  • update default optimizer
  • update --max-saved CLI argument to accept 'None' to keep all checkpoint saves
  • optimize CPU only tuning
  • add ability to serve models on CPU only
  • update argument descriptions

v2.1.7

27 Sep 21:09
244cca3
Compare
Choose a tag to compare

This release adds support Masked Language Models(MLM) and includes frozen dependency versions.

Changes

  • add ability to tune Masked Language Models(MLM)
  • freeze CLI dependencies

v2.1.6

17 Sep 22:52
71e847b
Compare
Choose a tag to compare

This release brings multiple additional CLI arguments and optimizations.

Changes

  • add --show-token-metrics CLI argument
  • fix evaluation mode
  • add --load-best-before-save CLI argument
  • add --max-parallel-requests CLI argument for serve mode
  • load-dataset optimizations

v2.1.5

13 Sep 23:25
f36737d
Compare
Choose a tag to compare

This release adds many optimizations and adds full evaluation mode.

Changes

  • suppress warnings unless in debug mode
  • add only authenticate with Huggingface if auth token is provided
  • optimize agent tokens
  • add full evaluation mode
  • update documentation

v2.1.4

11 Sep 15:54
31aba71
Compare
Choose a tag to compare

This release include minor code optimizations and a hotfix for serve mode broken by the previous release.

Changes

  • general code optimizations
  • fix serve mode broken by missing dependency
  • fix serve mode API request body parsing
  • add serve endpoints return proper finish_reason

v2.1.3

11 Sep 02:03
c2effaa
Compare
Choose a tag to compare

Changes

  • add --use-low-gpu-memory CLI argument
  • add repetition_penalty completion parameter
  • fix bugs resulting from --eval-dataset edge cases
  • add serve endpoints return proper stop reasons

v2.1.2

10 Sep 15:54
4d6242e
Compare
Choose a tag to compare

This release includes multiple bug fixes.

Changes

  • fix evaluation configuration
  • fix Huggingface authentication

v2.1.1

08 Sep 02:09
8e80872
Compare
Choose a tag to compare

This release adds full Windows OS support as well as additional CLI arguments and bugfixes.

Changes

  • add full Windows OS support
  • add Windows installer script
  • add --huggingface-auth-token CLI argument
  • fix wrong exception when no tuning data provided

v2.1.0

07 Sep 00:51
6bdd6b9
Compare
Choose a tag to compare

This release adds Windows OS file path support, additional CLI configuration arguments and exception handling optimizations.

Changes

  • add --neftune-noise-alpha CLI argument
  • add --overwrite-output CLI argument
  • refactor exceptions to be more informative
  • add Windows OS file path support
  • change default output directory(POSSIBLY BREAKING CHANGE)

v2.0.2

02 Sep 00:41
9db099b
Compare
Choose a tag to compare

This release adds agent tuning optimizations & documentation.

Changes

  • optimize & document agent tuning