Change8

b9562

📦 llama-cppView on GitHub →
7 features🐛 2 fixes🔧 3 symbols

Summary

This release primarily focuses on integrating video input support into the mtmd component, alongside various build fixes and CLI enhancements. It also introduces lazy bitmap API support.

Migration Steps

  1. Remember to free lazy text if using the lazy text functionality.
  2. Update documentation as changes were made.

✨ New Features

  • Added video input support to mtmd.
  • Implemented lazy bitmap API.
  • Added support for video input on the server via base64 input.
  • Introduced MTMD_VIDEO configuration setting.
  • Added timestamp support.
  • Updated CLI to allow auto-completion for video.
  • Added --video argument to CLI.

🐛 Bug Fixes

  • Fixed build issues.
  • Addressed the need to free lazy text.

Affected Symbols