v0.8.12
kyutai-labs/moshiv0.8.12May 23, 2024by littleredcorvette
AI Summary
Introduced an experimental modification to the buildkit scheduler to solve graph state errors and updated BYOC commands for server-side API changes.
Key Highlights
- Experimental buildkit scheduler modification to fix 'inconsistent graph state' error.
- BYOC commands updated to reflect server-side API changes.
- Fixed `--buildkit-container-name` flag being ignored when `--no-buildkit-update` was set.
New Features
- Experimental buildkit scheduler modification (enabled via `--ticktock`)
Full Release Notes
### Added - An experimental modification of the buildkit scheduler, which attempts to solve the `inconsistent graph state` error, which can be enabled locally with `earthly --ticktock ...`. ### Changed - The BYOC (bring your own cloud) commands have been updated to reflect server-side API changes. ### Fixed - The `--buildkit-container-name` flag was incorrectly being ignored when `--no-buildkit-update` was set. ### Additional Info - This release includes changes to buildkit