Changelog
August 26, 2025
- π· VLM support
- π§ LFM2-VL models now available in model library
- π± Edge SDK now accepts image content type as message inputs for LFM2-VL models (v0.5.0 and up)
- π» Laptop support for LFM2-VL models out-of-the-box
- πΉ Test LFM2-VL models live in Apollo (v1.1.4 and up)
- π οΈ Finetuning tools accept LFM2-VL checkpoints for high customization capabilities
- π¦ Model Bundling Service accepts LFM2-VL finetuned checkpoints for export to Edge SDK
- π οΈ Finetuning tools
- Liger kernel now supported out-of-the-box
August 18, 2025
- π» Laptop support
- Native support for laptop and desktop computers for LEAP models via llama.cpp
- Best-in-class performance on AMD Ryzenβ’ chips
- Examples using language bindings for NodeJS and Python
- See more details here
- π οΈ Finetuning tools
- Fixed a bug that caused training to hang unexpectedly
- π€ Android Edge SDK
- Fixed a bug related to model downloading
August 11, 2025
- π€ Android Edge SDK
- Added function-calling support to aid in agentic tool-calling
- Update model downloader query result format
- π iOS Edge SDK
- Added function-calling support to aid in agentic tool-calling
August 4, 2025
- π€ Android Edge SDK
- Added constrained generation support to aid in structured output generation
- π iOS Edge SDK
- Added constrained generation support to aid in structured output generation
- π¦ Model Bundling Service
- Fixed a bug regarding file upload
July 28, 2025
- π οΈ Finetuning tools
- Initial release of finetuning tools for LFM2 models on β€ 1 GPU (Google Colab notebooks) and > 1 GPU (
leap-finetune) - See more details here
- Initial release of finetuning tools for LFM2 models on β€ 1 GPU (Google Colab notebooks) and > 1 GPU (
- π¦ Model Bundling Service
- Use the Finetuning customization tools described above along with
leap-bundleto develop and deploy finetuned LEAP models on the edge - CLI-based service to create model bundles for usage within the Edge SDK - currently supports any model architecture within the LEAP model library
- See more details here
- Use the Finetuning customization tools described above along with
- π€ Android Edge SDK
- Features
- Added
ModelLoadingOptionsandGenerationOptionsfor more finegrained control over generation and loading options - Exposed model ID via
ModelRunner.modelId - Exposed generation statistics via
statsfield onMessageResponse.Complete - Added Model Downloader module to simplify model fetching in prototypes and development; see details here
- Added
- π Bug fixes
- Added Proguard rules to preserve inference engine class names and prevent obfuscation issues.
- If the generation content hits the maximum context length,
finishReasonfield ofMessageResponse.Completewill beEXCEED_CONTEXT. If the prompt exceeds the context length,LeapGenerationPromptExceedContextLengthExceptionwill be thrown.
- Features
- π iOS Edge SDK
- Features
- Added
ModelLoadingOptionsandGenerationOptionsfor more finegrained control over generation and loading options - Exposed model ID via
ModelRunner.modelId - Exposed generation statistics via
statsfield onMessageResponse.Complete - Added
LeapModelDownloadermodule to simplify model fetching in prototypes and development; see details here
- Added
- π Bug fixes
- If the generation content hits the maximum context length,
finishReasonfield ofMessageResponse.Completewill beEXCEED_CONTEXT. If the prompt exceeds the context length,LeapGenerationPromptExceedContextLengthExceptionwill be thrown.
- If the generation content hits the maximum context length,
- Features
Last updated on