Changelog
v0.5.1 - 2025-10-06
Bug fixes
- Add validation to reject Liquid audio model submissions.
- Liquid audio models are not supported by the bundle service yet.
- They will be in a future release.
v0.5.0 - 2025-09-24
New features
- Add
--quantizationoption for thecreatecommand to specify the quantization type.- Supported quantization types:
8da4w_output_8da8w,8da8w_output_8da8w. - Default quantization:
8da4w_output_8da8w.
- Supported quantization types:
v0.4.0 - 2025-09-16
New features
- Add
resumecommand to resume an interrupted or failed upload.
Improvements
- Add parallel upload support for faster upload speed.
- Users can choose between
--paralleland--sequentialupload modes forcreateandresumecommands. - By default,
--parallelupload is used. If it fails, upload will fall back to--sequentialmode.
- Users can choose between
- Add
--jsonoption tocreate,resume, andlistcommands to output the final results in JSON for easy parsing. - Add
--lastoption tolistcommand to show only the last request. - Show user-friendly information when upload fails.
Fixes
- Fix
--output-pathoption fordownloadcommand.- Previously this option was ignored and the bundle file would always be downloaded to the current directory.
v0.3.0 - 2025-08-26
New features
- Support
lfm2-vlmodels.
Improvements
- Show user-friendly information and error messages.
- Fix minor bugs.
v0.2.0 - 2025-08-12
New features
- Add
validatecommand.
Improvements
- Add
Notescolumns in request table. - Validate input model path before creating a request.
- Update and add processing error message.
- Show download URL and link to doc page.
v0.1.1 - 2025-07-30
Improvements
- Test and report network connectivity before model upload.
v0.1.0 - 2025-07-25
Initial release of the leap-bundle package.
Last updated on