Releases: togethercomputer/together-python
Releases · togethercomputer/together-python
v0.1.1
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
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
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.5
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
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
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
v0.0.2
0.0.2 - 2023-07-01
Added
- Support the Together files API for uploading training data.
- Ability to create fine tuning jobs and downloading results.
- Initial support for Together job management.