Skip to content

Tags: togethercomputer/together-python

Tags

v1.5.7

Toggle v1.5.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add a logic to support max_batch_size_dpo. (#305)

* Add a logic for max_batch_size_dpo, update version

* Fix tests

* Use default valuat to support old API

v1.5.6

Toggle v1.5.6's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Bump the dependencies group across 1 directory with 3 updates (#304)

* Bump the dependencies group across 1 directory with 3 updates

Bumps the dependencies group with 3 updates in the / directory: [rich](https://github.com/Textualize/rich), [ruff](https://github.com/astral-sh/ruff) and [pre-commit](https://github.com/pre-commit/pre-commit).


Updates `rich` from 13.9.4 to 14.0.0
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v13.9.4...v14.0.0)

Updates `ruff` from 0.9.10 to 0.11.7
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.9.10...0.11.7)

Updates `pre-commit` from 4.1.0 to 4.2.0
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.1.0...v4.2.0)

---
updated-dependencies:
- dependency-name: rich
  dependency-version: 14.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: ruff
  dependency-version: 0.11.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pre-commit
  dependency-version: 4.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* poetry lock

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: orangetin <abhy@together.ai>

v1.5.5

Toggle v1.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make fine-tuning job validation messages more informative (#292)

* more verbose messages

* update test

v1.5.4

Toggle v1.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump version to 1.5.4 (#285)

v1.5.3

Toggle v1.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add tests for creating finetuning requests (#284)

Add tests for creating finetuning requests

v1.5.2

Toggle v1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Cosine LR Scheduler for Fine-Tuning (#273)

* Port cosine lr scheduler init

* Port cosine lr scheduler init

* Upgrade 1.4.7

* Typos, type error

* Use subclasses instead of validation

* Update num_cycles description

* Change cli arg from num_cycles to scheduler_num_cycles

* Update version

v1.5.1

Toggle v1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix model_name requirements (#280)

* Fix model_name requirements

* add two field set exception

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
upgrade minimum python version to v3.10+ (#272)

* python version

* edit readme

* upgrade version

v1.4.6

Toggle v1.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump up the version (#269)

v1.4.5

Toggle v1.4.5's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Danwaters/eng 21477 ml eng support support google colab secret for to…

…gether api (#268)

* Support for Google Colab notebook secrets

* fix whitespace

* fix failing integration tests

* fix test

* bump tag to 1.4.5

---------

Co-authored-by: orangetin <126978607+orangetin@users.noreply.github.com>
Co-authored-by: orangetin <abhy@together.ai>