Skip to content

Releases: togethercomputer/together-python

v0.1.3

11 Aug 21:10
84f5146

Choose a tag to compare

v0.1.3 - 2023-08-11

Full Changelog: v0.0.9...v0.1.3

Changes

  • Users can now add their weights and biases WANDB_API_KEY
  • For fine-tuning, users indicate the number of checkpoints using the --n-checkpoints parameter

here is an example:

together finetune create -t file-960be810-4d33-449a-885a-9f69bd8fd0e2 -m togethercomputer/LLaMA-2-7B-32K --n-checkpoints 2 --wandb-api-key 1123456789abcdefghijklmnop

v0.1.2

08 Aug 13:43

Choose a tag to compare

v0.1.2 - 2023-08-08

Full Changelog: v0.0.9...v0.1.2

Changes

  • Print list of started and stopped model instances with an API call from library or CLI
  • starting and stopping model instances with an API call from library or CLI
  • Update readme

v0.1.1

28 Jul 21:05

Choose a tag to compare

v0.1.1 - 2023-07-28

Full Changelog: v0.0.9...v0.1.1

Changes

  • Checkpoint download fixes for zst
  • Colored logging
  • Fixed class return and init behavior
  • Add models class and listing information options
  • Update prompt_id and response_id for inference
  • Updated files progress bar descriptions
  • Updated descriptions for image generation downloading
  • Add user-agent
  • Update readme

v0.0.9

19 Jul 15:46

Choose a tag to compare

v0.0.9 - 2023-07-19

Full Changelog: v0.0.8...v0.0.9

Bug

  • Fixed a minor dependency bug that would cause failures with together chat

v0.0.8

18 Jul 22:31

Choose a tag to compare

v0.0.8 - 2023-07-18

Full Changelog: v0.0.7...v0.0.8

Fixed

  • Added chat argument for streaming responses
  • Streaming inference by default
  • Updated models info

v0.0.7

15 Jul 19:50

Choose a tag to compare

0.0.7 - 2023-07-15

Full Changelog: v0.0.6...v0.0.7

Fixed

  • Drop minimum version to 3.6
  • Minor bug fix

v0.0.6

14 Jul 18:00
ce5134a

Choose a tag to compare

0.0.6 - 2023-07-14

Full Changelog: v0.0.5...v0.0.6

Fixed

  • Stability for end users

v0.0.5

11 Jul 18:31

Choose a tag to compare

0.0.5 - 2023-07-11

Full Changelog: v0.0.4-1...v0.0.5

Added

  • Updated 401 messages for unauthorized users
  • Add more debugging messages for file uploads

v0.0.4-1

07 Jul 08:31

Choose a tag to compare

0.0.4-1 - 2023-07-07

Full Changelog: v0.0.3...v0.0.4-1

Added

  • Global logging flag with the 4 logging levels
  • Progress bar for uploading files

Fixed

  • Major fix: file upload issue: file contents were not being posted properly.

v0.0.3

06 Jul 20:29
fb06e13

Choose a tag to compare

0.0.3 - 2023-07-06

Added

  • Initial debugging logs for file upload
  • Updated file upload method for new R2-signed URL
  • Fixed error message verbiage