Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2025.7.0 source code.tar.gz | 2025-07-10 | 43.5 MB | |
2025.7.0 source code.zip | 2025-07-10 | 44.2 MB | |
README.md | 2025-07-10 | 1.0 kB | |
Totals: 3 Items | 87.8 MB | 2 |
New Features
- Revamped the UI's supervised fine-tuning workflow to fully support TensorZero's inference capabilities, including multimodal data (vision, documents, etc.), multi-turn tool use, and more.
- Added streaming inference support for best-of-n and mixture-of-n variant types.
- Optimized the performance of some database queries in the UI.
Experimental
Experimental features don't have a stable API. They may change or be removed in future releases.
- Added methods to the Python client for programmatically launching (
experimental_launch_optimization
) and polling for (experimental_poll_optimization
) optimization jobs. For now, these methods support supervised fine-tuning with OpenAI and Fireworks AI. - Added a method to the Python client for retrieving the configuration (
experimental_get_config
). - Updated
experimental_render_inferences
to accept outputs from bothexperimental_list_inferences
andlist_datapoints
.
& many under-the-hood and UI improvements (thanks @jeevikasirwani!)